summaryrefslogtreecommitdiff
path: root/templates/make.mpd
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2008-06-10 14:46:10 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2008-06-10 14:46:10 +0000
commitf1a1b2671a8dbdc065cc9898ed72949449d9b342 (patch)
tree86bf8bb1beee2d462efc5eb17844a4d202195593 /templates/make.mpd
parentfd754082ec3b5aee134dded2ea81b83285be9b26 (diff)
downloadMPC-f1a1b2671a8dbdc065cc9898ed72949449d9b342.tar.gz
ChangeLogTag: Tue Jun 10 14:45:18 UTC 2008 Adam Mitz <mitza@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 010c4af8..04f549f2 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -321,7 +321,7 @@ $(DEPENDENCIES):
depend:
<%if(source_files || pch_source)%>
- -<%depgen("$(MPC_ROOT)/depgen.pl")%> $(CFLAGS) $(CCFLAGS) $(CPPFLAGS) -f $(DEPENDENCIES) $(SRC) 2> $(NUL)
+ -<%depgen("$(MPC_ROOT)/depgen.pl")%> <%depgen_flags%> $(CFLAGS) $(CCFLAGS) $(CPPFLAGS) -f $(DEPENDENCIES) $(SRC) 2> $(NUL)
<%else%>
@-:
<%endif%>