summaryrefslogtreecommitdiff
path: root/templates/bmake.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-09-06 15:34:51 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-09-06 15:34:51 +0000
commit8d7f6e8067f30ca19b7ff24030c183a1f1423ba1 (patch)
tree85c06bf0c79b329c30849b4b7e7f0323e0ee961f /templates/bmake.mpd
parent28feb592b25f16ca6af6a398b382ab725c7c1493 (diff)
downloadMPC-8d7f6e8067f30ca19b7ff24030c183a1f1423ba1.tar.gz
ChangeLogTag: Tue Sep 6 10:34:24 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/bmake.mpd')
-rw-r--r--templates/bmake.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bmake.mpd b/templates/bmake.mpd
index 10e98c79..184fbb26 100644
--- a/templates/bmake.mpd
+++ b/templates/bmake.mpd
@@ -203,7 +203,7 @@ GENERATED_DIRTY =<%foreach(custom_types)%><%foreach(custom_type->input_files)%><
<%if(flag_overrides(custom_type->input_file, gendir))%>
@if not exist <%flag_overrides(custom_type->input_file, gendir)%> mkdir <%flag_overrides(custom_type->input_file, gendir)%>
<%endif%>
- <%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%> <%custom_type->input_file%> <%if(custom_type->output_option)%><%custom_type->output_option%> $@<%endif%>
+ <%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%><%if(custom_type->output_option)%> <%custom_type->output_option%> $@<%endif%> <%custom_type->input_file%>
<%if(flag_overrides(custom_type->input_file, postcommand))%>
<%foreach(custom_type->input_file)%>
<%flag_overrides(custom_type->input_file, postcommand)%>