From: Jon Parise Date: Sat, 17 Jan 2004 21:03:26 +0000 (+0000) Subject: Make the compilation of vdbeaux.c dependent on the generation of sqlite.h. X-Git-Tag: php_ibase_before_split~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e91fdf570f707ecc4c1f4c06766b93a522bea373;p=php Make the compilation of vdbeaux.c dependent on the generation of sqlite.h. An incremental 'make -j' build will now complete successfully. --- diff --git a/ext/sqlite/Makefile.frag b/ext/sqlite/Makefile.frag index 7ba17f9146..fc4e6f78f9 100644 --- a/ext/sqlite/Makefile.frag +++ b/ext/sqlite/Makefile.frag @@ -78,5 +78,7 @@ $(srcdir)/libsqlite/src/vacuum.c: $(srcdir)/libsqlite/src/sqlite.h $(srcdir)/libsqlite/src/vdbe.c: $(srcdir)/libsqlite/src/sqlite.h +$(srcdir)/libsqlite/src/vdbeaux.c: $(srcdir)/libsqlite/src/sqlite.h + $(srcdir)/libsqlite/src/where.c: $(srcdir)/libsqlite/src/sqlite.h