diff Plugins/Input/aac/Makefile.in @ 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 54dd4df67688
children
line wrap: on
line diff
--- a/Plugins/Input/aac/Makefile.in	Sun Sep 03 22:04:17 2006 -0700
+++ b/Plugins/Input/aac/Makefile.in	Mon Sep 04 19:47:32 2006 -0700
@@ -1,4 +1,6 @@
 include ../../../mk/rules.mk
-include ../../../mk/objective.mk
+include ../../../mk/init.mk
 
 SUBDIRS = mp4ff libfaad2 src
+
+include ../../../mk/objective.mk