summaryrefslogtreecommitdiff
path: root/templates/make.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-11-30 17:18:31 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-11-30 17:18:31 +0000
commit68b5bb0c3aeb560a45a2788c303813a60263c431 (patch)
tree2cbff76c4cb991e44bed2cebbd53bc9fd13dcf05 /templates/make.mpd
parent8efedcd8db6a0e805780e12b3fede32b444941ea (diff)
downloadMPC-68b5bb0c3aeb560a45a2788c303813a60263c431.tar.gz
ChangeLogTag: Mon Nov 30 17:17:30 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/make.mpd')
-rw-r--r--templates/make.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index 55024e29..35d56afd 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -340,7 +340,7 @@ $(DEPENDENCIES):
depend:
<%if(source_files || pch_source)%>
- -<%depgen("$(MPC_ROOT)/depgen.pl")%> <%depgen_flags%> $(CFLAGS) $(CCFLAGS) $(CPPFLAGS) -f $(DEPENDENCIES) $(SRC) 2> $(NUL)
+ -<%if(targetoutdir || obj_dir)%>VDIR=<%targetoutdir%><%obj_dir%> <%endif%><%depgen("$(MPC_ROOT)/depgen.pl")%> <%depgen_flags%> $(CFLAGS) $(CCFLAGS) $(CPPFLAGS) -f $(DEPENDENCIES) $(SRC) 2> $(NUL)
<%else%>
@-:
<%endif%>