comparison src/audacious/Makefile @ 3651:a5a81f8d6fd7

Update buildsys + small fixes.
author Jonathan Schleifer <js@h3c.de>
date Thu, 27 Sep 2007 13:14:34 +0200
parents 12500701b6dd
children 047829635612
comparison
equal deleted inserted replaced
3646:4caed047a58f 3651:a5a81f8d6fd7
190 ${MOWGLI_LIBS} \ 190 ${MOWGLI_LIBS} \
191 ${LIBMCS_LIBS} \ 191 ${LIBMCS_LIBS} \
192 ${LIBGLADE_LIBS} \ 192 ${LIBGLADE_LIBS} \
193 ${REGEX_LIBS} 193 ${REGEX_LIBS}
194 194
195 LDFLAGS += ${PROG_IMPLIB_LDFLAGS}
196
195 build_stamp.c: 197 build_stamp.c:
196 if [ -d ../../.hg ]; then \ 198 if [ -d ../../.hg ]; then \
197 revh=`hg tip --template 'const char *svn_stamp = "#rev#:#node|short#";\n' 2>/dev/null`; \ 199 revh=`hg tip --template 'const char *svn_stamp = "#rev#:#node|short#";\n' 2>/dev/null`; \
198 [ -z "$$revh" ] || echo "$$revh" > build_stamp.c; \ 200 [ -z "$$revh" ] || echo "$$revh" > build_stamp.c; \
199 fi 201 fi