summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Corino <mcorino@remedy.nl>2021-01-13 12:53:20 +0100
committerMartin Corino <mcorino@remedy.nl>2021-01-13 12:53:20 +0100
commite6203f34abb4e97b625f20696bd798751e7530bb (patch)
treea558984b79088187c519442debd052e535d126cf
parent829e8035e79288311475e155f70d83afdfef885b (diff)
downloadATCD-e6203f34abb4e97b625f20696bd798751e7530bb.tar.gz
Change generation to allow for 'get_output' command helper customization.
-rw-r--r--ACE/bin/MakeProjectCreator/templates/gnu.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/MakeProjectCreator/templates/gnu.mpd b/ACE/bin/MakeProjectCreator/templates/gnu.mpd
index 4b70f754727..1066423f24f 100644
--- a/ACE/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/ACE/bin/MakeProjectCreator/templates/gnu.mpd
@@ -560,7 +560,7 @@ export PATH := $(PATH):<%custom_type->libpath%>$(if $(ARCH),:<%cust
<%endif%>
<%foreach(custom_type->input_files)%>
<%if(custom_type->input_file->output_files)%>
-GENERATED_DIRTY +=<%foreach(custom_type->input_file->output_files)%> <%if(flag_overrides(custom_type->input_file, gendir))%><%if(!compares(flag_overrides(custom_type->input_file, gendir),.))%><%flag_overrides(custom_type->input_file, gendir)%>/<%endif%><%basename(custom_type->input_file->output_file)%><%else%><%custom_type->input_file->output_file%><%endif%><%endfor%>
+GENERATED_DIRTY +=<%foreach(custom_type->input_file->output_files)%> <%custom_type->input_file->output_file%><%endfor%>
<%if(precious_files)%>
PRECIOUS_FILES +=<%foreach(precious_files)%><%foreach(custom_type->input_file->output_files)%><%if(contains(custom_type->input_file->output_file, precious_file))%> <%custom_type->input_file->output_file%><%endif%><%endfor%><%endfor%>
<%endif%>