Mercurial > audlegacy
diff src/audacious/Makefile @ 2768:4a5cdf975bb3 trunk
[svn] Added a hook when building dependencies so that the dbus-bindings are created first without producing any error messages.
author | magma |
---|---|
date | Sun, 13 May 2007 11:57:18 -0700 |
parents | 313ac85816bb |
children | bf2d80abf76e |
line wrap: on
line diff
--- a/src/audacious/Makefile Sun May 13 11:56:01 2007 -0700 +++ b/src/audacious/Makefile Sun May 13 11:57:18 2007 -0700 @@ -130,7 +130,7 @@ desktop_DATA = audacious.desktop desktopdir = $(datadir)/applications -depend: $(DBUS_BINDINGS) +depend-prehook: $(DBUS_BINDINGS) audacious: $(OBJECTS) $(LIBDEP) $(CXX) $(LDFLAGS) $(OBJECTS) $(LDADD) -o $@