diff sqlite/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 b6b61becdf4e
children 92b4af21e6d2
line wrap: on
line diff
--- a/sqlite/Makefile	Sun Sep 03 22:04:17 2006 -0700
+++ b/sqlite/Makefile	Mon Sep 04 19:47:32 2006 -0700
@@ -1,5 +1,5 @@
 include ../mk/rules.mk
-include ../mk/objective.mk
+include ../mk/init.mk
 
 OBJECTIVE_LIBS_NOINST = libsqlite.a
 
@@ -17,3 +17,4 @@
 
 OBJECTS=${SOURCES:.c=.o}
 
+include ../mk/objective.mk