summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates/make.mpd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/templates/make.mpd')
-rw-r--r--bin/MakeProjectCreator/templates/make.mpd1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/templates/make.mpd b/bin/MakeProjectCreator/templates/make.mpd
index c94f7e66945..411d55b8f76 100644
--- a/bin/MakeProjectCreator/templates/make.mpd
+++ b/bin/MakeProjectCreator/templates/make.mpd
@@ -100,6 +100,7 @@ GENERATED_DIRTY +=<%foreach(custom_type->input_file->output_files)%> <%if(flag_o
<%endfor%>
.PRECIOUS: $(GENERATED_DIRTY)
all: $(GENERATED_DIRTY)
+<%source_files%>: $(GENERATED_DIRTY)
<%endif%>
<%if(exename)%>