From ad367da49c88d4a1d3f89187590c60ce8b433457 Mon Sep 17 00:00:00 2001 From: Aron Simon <aron.simon@sigmatechnology.se> Date: Tue, 7 Aug 2018 08:48:13 +0200 Subject: [PATCH] fix(Semantic_Analyser): add invoking_function_from_specific_places to Makefile.semantic Change-Id: Iaa17bc66a908cf02612bae6cf9a7931af93e1429 Signed-off-by: Aron Simon <aron.simon@sigmatechnology.se> --- function_test/Semantic_Analyser/Makefile.semantic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function_test/Semantic_Analyser/Makefile.semantic b/function_test/Semantic_Analyser/Makefile.semantic index e3d11c807..b2489c065 100644 --- a/function_test/Semantic_Analyser/Makefile.semantic +++ b/function_test/Semantic_Analyser/Makefile.semantic @@ -15,7 +15,7 @@ include ../../Makefile.personal SADIRS := ver param template any_from pattern_ref float recof_index \ -port_translation mtc_and_system_clause port_map_connect deterministic \ +port_translation mtc_and_system_clause port_map_connect deterministic invoking_function_from_specific_places \ json ifdef RT2 SADIRS += deprecated erroneous_attributes template_concat -- GitLab