summaryrefslogtreecommitdiff
path: root/templates/wb26wrmakefile.mpd
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-01-23 08:45:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-01-23 08:45:53 +0000
commitb9c3e1718eb03fbcfef08e0909e33b1e810576b2 (patch)
tree8d1fe03e6a6e74bd667dd0c91301b81f9a1598cb /templates/wb26wrmakefile.mpd
parenta649d977aa3a3ba0d562a1d64836599d744fd6d4 (diff)
downloadMPC-b9c3e1718eb03fbcfef08e0909e33b1e810576b2.tar.gz
Wed Jan 23 08:45:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'templates/wb26wrmakefile.mpd')
-rw-r--r--templates/wb26wrmakefile.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wb26wrmakefile.mpd b/templates/wb26wrmakefile.mpd
index 4ed5232e..c35a596f 100644
--- a/templates/wb26wrmakefile.mpd
+++ b/templates/wb26wrmakefile.mpd
@@ -34,7 +34,7 @@ generate_sources ::
<%foreach(custom_types)%>
<%foreach(custom_type->input_files)%>
<%if(custom_type->input_file->output_files)%>
- <%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%>
+ cd ../.. ; <%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%>
<%endif%>
<%endfor%>
<%endfor%>