summaryrefslogtreecommitdiff
path: root/templates/automake.mpd
diff options
context:
space:
mode:
authorJ.T. Conklin <johntconklin@users.noreply.github.com>2006-06-20 20:57:31 +0000
committerJ.T. Conklin <johntconklin@users.noreply.github.com>2006-06-20 20:57:31 +0000
commit248bfc7db00a343054c458d497dd10cacfec5605 (patch)
tree02e96b3bcacc2c5d70b535bde3d46ab8ca2b0014 /templates/automake.mpd
parent30c7ac41ab1687178e4e29124e370eab4e5780c5 (diff)
downloadMPC-248bfc7db00a343054c458d497dd10cacfec5605.tar.gz
ChangeLogTag: Tue Jun 20 13:53:05 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'templates/automake.mpd')
-rw-r--r--templates/automake.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/automake.mpd b/templates/automake.mpd
index b659c654..5ac0f1a9 100644
--- a/templates/automake.mpd
+++ b/templates/automake.mpd
@@ -39,7 +39,7 @@ CLEANFILES += \
<%endfor%>
<%if(multiple(custom_type->input_file->output_files))%>
-<%foreach(output_file, sort(custom_type->input_file->output_files))%><%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>/<%basename(output_file)%><%else%><%output_file%><%endif%><%fornotlast(" ")%><%endfor%>: <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>/<%endif%><%basenoextension(custom_type->input_file)%>-stamp
+<%foreach(output_file, sort(custom_type->input_file->output_files))%><%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>/<%basename(output_file)%><%else%><%output_file%><%endif%><%fornotlast(" ")%><%endfor%>: <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>/<%basenoextension(custom_type->input_file)%><%else%><%noextension(custom_type->input_file)%><%endif%>-stamp
<%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>/<%basenoextension(custom_type->input_file)%><%else%><%noextension(custom_type->input_file)%><%endif%>-stamp: $(srcdir)/<%custom_type->input_file%><%if(custom_type->input_file->dependencies)%> <%custom_type->input_file->dependencies%><%endif%><%if(flag_overrides(custom_type->input_file, dependent))%> <%flag_overrides(custom_type->input_file, dependent)%><%else%><%if(custom_type->dependent)%> <%custom_type->dependent%><%endif%><%endif%>
<%else%>