changeset 3796:67827c5ab4bd

Automated merge with ssh://hg.atheme.org//hg/audacious
author William Pitcock <nenolod@atheme.org>
date Fri, 19 Oct 2007 06:27:36 -0500
parents a0e4a85a6778 (diff) 52a52dac4527 (current diff)
children df7c8b32c389 fd86a88426f4
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buildsys.mk.in	Fri Oct 19 12:15:37 2007 +0300
+++ b/buildsys.mk.in	Fri Oct 19 06:27:36 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}; \