diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2005-07-07 14:28:26 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2005-07-07 14:28:26 +0000 |
commit | c251ac7a5f7bee75f1b6e81e90fcd7fe7b05cf67 (patch) | |
tree | 10ead6110e9676b049db78cfb09fa25bcaac24a2 /bin | |
parent | 528b9f22e943de4a5cfd48a69c8e9206799fba09 (diff) | |
download | ATCD-c251ac7a5f7bee75f1b6e81e90fcd7fe7b05cf67.tar.gz |
ChangeLogTag: Thu Jul 7 09:27:56 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/MakeProjectCreator/templates/gnu.mpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd index 4638863a95c..be0a3d1f56f 100644 --- a/bin/MakeProjectCreator/templates/gnu.mpd +++ b/bin/MakeProjectCreator/templates/gnu.mpd @@ -514,7 +514,7 @@ endif <%if(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%> <%custom_type->input_file%><%if(custom_type->output_option)%> <%custom_type->output_option%> $@<%endif%> <%if(flag_overrides(custom_type->input_file, postcommand))%> <%foreach(custom_type->input_file)%> <%flag_overrides(custom_type->input_file, postcommand)%> |