From 15450f1f28670c85817239b1ca503735e51a634c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 14 Jan 2021 11:02:51 +0100 Subject: =?UTF-8?q?Revert=20"Change=20generation=20to=20allow=20for=20'get?= =?UTF-8?q?=5Foutput'=20command=20helper=20customizat=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ACE/bin/MakeProjectCreator/templates/gnu.mpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE/bin/MakeProjectCreator/templates/gnu.mpd b/ACE/bin/MakeProjectCreator/templates/gnu.mpd index 1066423f24f..4b70f754727 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)%> <%custom_type->input_file->output_file%><%endfor%> +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%> <%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%> -- cgit v1.2.1