summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@remedy.nl>2021-01-13 15:14:47 +0100
committerGitHub <noreply@github.com>2021-01-13 15:14:47 +0100
commitd0b88dba572d3d4282397e4fa5c95fd30dd7cbf4 (patch)
treea558984b79088187c519442debd052e535d126cf
parent829e8035e79288311475e155f70d83afdfef885b (diff)
parente6203f34abb4e97b625f20696bd798751e7530bb (diff)
downloadATCD-d0b88dba572d3d4282397e4fa5c95fd30dd7cbf4.tar.gz
Merge pull request #1408 from mcorino/master
Change generation to allow for 'get_output' command helper customizat…
-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%>