diff Makefile @ 1615:e402e0217870 trunk

[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
author yaz
date Mon, 04 Sep 2006 19:47:32 -0700
parents abf8fee03d59
children 8d7f4260022d
line wrap: on
line diff
--- a/Makefile	Sun Sep 03 22:04:17 2006 -0700
+++ b/Makefile	Mon Sep 04 19:47:32 2006 -0700
@@ -1,10 +1,12 @@
 .SILENT:
 
 sinclude mk/rules.mk
-include mk/objective.mk
+include mk/init.mk
 
 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) sqlite audacious audtool po icons skin
 
+include mk/objective.mk
+
 install-posthook:
 	@if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \
 		echo "[running ldconfig to update system library cache]"; \
@@ -16,3 +18,4 @@
 	audacious.pc:$(LIBDIR)/pkgconfig				\
 	audacious.1:$(mandir)/man1					\
 	audacious/audacious.desktop:$(datadir)/applications
+