Mercurial > audlegacy
changeset 3795:a0e4a85a6778
Synchronize build system with audacious-plugins.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 19 Oct 2007 06:26:46 -0500 |
parents | 1570f3389835 |
children | 67827c5ab4bd |
files | buildsys.mk.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}; \