Mercurial > audlegacy
diff src/audacious/Makefile @ 3593:85a49369c95f trunk
Actually, the last patch was wrong. depend has to depend on ${SRCS}.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Fri, 21 Sep 2007 18:20:18 +0200 |
| parents | 74d1f0c78456 |
| children | 9fd97ab30fdc |
line wrap: on
line diff
--- a/src/audacious/Makefile Fri Sep 21 18:13:30 2007 +0200 +++ b/src/audacious/Makefile Fri Sep 21 18:20:18 2007 +0200 @@ -168,7 +168,7 @@ LIBS += -L../libaudclient -laudclient endif -pre-depend: build_stamp.c ${DBUS_BINDINGS} +pre-depend: ${DBUS_BINDINGS} CPPFLAGS += -DHAVE_CONFIG_H \ ${MOWGLI_CFLAGS} \
