hholzgraMon May 30 10:15:40 2005 EDT
Modified files:
/php-src/ext/sqlite Makefile.frag config.m4
Log:
gracefully handle changes of the parse.y lemon file,
process it with lemon if available, else just keep the .c file from CVS
not doing so leads to make
jon Wed Jan 21 03:51:29 2004 EDT
Modified files:
/php-src/ext/sqlite Makefile.frag
Log:
Adding dependencies on sqlite.h for the rest of the source files in the
libsqlite distribution.
http://cvs.php.net/diff.php/php-src/ext/sqlite/Makefile.frag?r1=1.8&r
jon Sat Jan 17 16:03:26 2004 EDT
Modified files:
/php-src/ext/sqlite Makefile.frag
Log:
Make the compilation of vdbeaux.c dependent on the generation of sqlite.h.
An incremental 'make -j' build will now complete successfully.
Index: php-src/ext/sqlite/M
On Wed, Aug 20, 2003 at 07:41:42AM -, Jon Parise wrote:
> jon Wed Aug 20 03:41:42 2003 EDT
>
> Modified files:
> /php-src/ext/sqlite Makefile.frag
> Log:
> Explicitly declare the dependencies on the generated sqlite.h file. This
> allows the libsqli
jon Wed Aug 20 03:41:42 2003 EDT
Modified files:
/php-src/ext/sqlite Makefile.frag
Log:
Explicitly declare the dependencies on the generated sqlite.h file. This
allows the libsqlite source tree (and php-src, as a whole) to be built
using 'make -j' once aga