Mercurial > audlegacy
view 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 source
.SILENT: include ../mk/rules.mk include ../mk/init.mk SUBDIRS = $(INTL_OBJECTIVE) $(SUBDIR_GUESS) $(LIBAUDCLIENT_OBJECTIVE) audacious libid3tag include ../mk/objective.mk depend-prehook: @cd audacious; $(MAKE) $@ || exit; cd ..;