Mercurial > audlegacy
diff src/libaudclient/Makefile @ 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 | ddb15c329985 |
| children | c892254f3b3c |
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} \
