summaryrefslogtreecommitdiff
path: root/templates/make.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-03-22 13:40:17 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-03-22 13:40:17 +0000
commit9b16789b03059f38cc434f9bc0d98dced00ef267 (patch)
treee57004bcbad72e76551400e83371f435f9b29585 /templates/make.mpd
parenta849dfc222253bc604fdbf3ece1ebaefb5a74aef (diff)
downloadMPC-9b16789b03059f38cc434f9bc0d98dced00ef267.tar.gz
ChangeLogTag: Thu Mar 22 14:36:53 UTC 2007 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 1e0e6130..b7889042 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -316,7 +316,7 @@ $(DEPENDENCIES):
depend:
<%if(source_files || pch_source)%>
- -<%depgen("makedepend -Y")%> $(CFLAGS) $(CCFLAGS) $(CPPFLAGS) -f $(DEPENDENCIES) $(SRC) 2> $(NUL)
+ -<%depgen("$(MPC_ROOT)/depgen.pl")%> $(CFLAGS) $(CCFLAGS) $(CPPFLAGS) -f $(DEPENDENCIES) $(SRC) 2> $(NUL)
<%else%>
@-:
<%endif%>