[PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag config.m4

2005-05-30 Thread Hartmut Holzgraefe
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

[PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag

2004-01-21 Thread Jon Parise
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

[PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag

2004-01-17 Thread Jon Parise
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

Re: [PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag

2003-08-20 Thread Jon Parise
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

[PHP-CVS] cvs: php-src /ext/sqlite Makefile.frag

2003-08-20 Thread Jon Parise
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