summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-09-03 16:56:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-09-03 16:56:45 +0000
commitf9d49a9e5b1bbb92ca791cfe917ceb163430fe06 (patch)
treeffb562054b4d278926c7c4ce72f411fca6fc45f5
parenta904a8d1ba73ffa0676c9bd49f5d579d03126fb9 (diff)
downloadMPC-f9d49a9e5b1bbb92ca791cfe917ceb163430fe06.tar.gz
ChangeLogTag: Wed Sep 3 11:53:53 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--templates/make.mpd1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index c94f7e66..411d55b8 100644
--- a/templates/make.mpd
+++ b/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)%>