diff src/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 2f5b461118a8
children 4585019eb82e
line wrap: on
line diff
--- a/src/Makefile	Sun May 13 11:56:01 2007 -0700
+++ b/src/Makefile	Sun May 13 11:57:18 2007 -0700
@@ -7,3 +7,6 @@
 
 include ../mk/objective.mk
 
+depend-prehook:
+	@cd audacious; $(MAKE) $@ || exit; cd ..;
+