# HG changeset patch # User William Pitcock # Date 1192793206 18000 # Node ID a0e4a85a67783eb7567fd557d5d9b329501c641c # Parent 1570f338983504b50cce1bb59e8e7951d3fbae5f Synchronize build system with audacious-plugins. diff -r 1570f3389835 -r a0e4a85a6778 buildsys.mk.in --- a/buildsys.mk.in Fri Oct 19 03:13:36 2007 -0500 +++ b/buildsys.mk.in Fri Oct 19 06:26:46 2007 -0500 @@ -104,7 +104,7 @@ esac; \ done; \ if test x"$$list" != "x"; then \ - if ${CPP} ${CPPFLAGS} -M $$list >.deps; then \ + if ${CC} ${CPPFLAGS} -M $$list >.deps; then \ ${DEPEND_OK}; \ else \ ${DEPEND_FAILED}; \