changeset 3588:f104e23b87da trunk

Who TF used make instead of ${MAKE} ${MFLAGS} here?
author Jonathan Schleifer <js@h3c.de>
date Fri, 21 Sep 2007 15:22:51 +0200
parents ed6ec0e94afc
children fb74bdfd75b8 74d1f0c78456
files src/libaudclient/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/libaudclient/Makefile	Fri Sep 21 15:18:09 2007 +0200
+++ b/src/libaudclient/Makefile	Fri Sep 21 15:22:51 2007 +0200
@@ -10,7 +10,7 @@
 include ../../extra.mk
 
 pre-depend:
-	cd ../audacious; make dbus-client-bindings.h
+	cd ../audacious; ${MAKE} ${MFLAGS} dbus-client-bindings.h
 
 CPPFLAGS = ${LIB_CPPFLAGS} ${CFLAGS} -D_AUDACIOUS_CORE -I.. -I../.. -I../intl
 CFLAGS += ${LIB_CFLAGS}		\