Mercurial > audlegacy
changeset 3819:94927e11786e trunk
Automated merge with file:/home/ccr/audacious/core
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 20 Oct 2007 06:07:00 +0300 |
parents | 10a72af488d9 (current diff) df7c8b32c389 (diff) |
children | 09de487ea683 |
files | |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgtags Sat Oct 20 06:05:53 2007 +0300 +++ b/.hgtags Sat Oct 20 06:07:00 2007 +0300 @@ -4,3 +4,4 @@ e0d1499b428724311766c06e69a288cb10a42b32 audacious-1.4.0-dr3 e00e1ab06ba63ac4122d2b122b072e299f2ab3f9 audacious-1.4.0-dr3 45f44e987b127ce4610d9b0c9c3a6463c496f67d audacious-1.4.0-dr3 +2835f4f3f38801e11778570245ddddded73d3102 audacious-1.4.0-beta2
--- a/buildsys.mk.in Sat Oct 20 06:05:53 2007 +0300 +++ b/buildsys.mk.in Sat Oct 20 06:07:00 2007 +0300 @@ -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}; \