comparison 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
comparison
equal deleted inserted replaced
2767:55dc022c405a 2768:4a5cdf975bb3
5 5
6 SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) $(LIBAUDCLIENT_OBJECTIVE) audacious libid3tag 6 SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) $(LIBAUDCLIENT_OBJECTIVE) audacious libid3tag
7 7
8 include ../mk/objective.mk 8 include ../mk/objective.mk
9 9
10 depend-prehook:
11 @cd audacious; $(MAKE) $@ || exit; cd ..;
12