From: Sander Roobol Date: Thu, 4 Apr 2002 18:15:52 +0000 (+0000) Subject: Fixed build with multiple concurrent jobs (make -j) X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~885 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cebaafba1562e0f00ab305a3351291b17887d79d;p=php Fixed build with multiple concurrent jobs (make -j) --- diff --git a/ext/tokenizer/Makefile.frag b/ext/tokenizer/Makefile.frag new file mode 100644 index 0000000000..a612d6819f --- /dev/null +++ b/ext/tokenizer/Makefile.frag @@ -0,0 +1 @@ +$(builddir)/tokenizer.lo: Zend/zend_language_parser.h diff --git a/ext/tokenizer/config.m4 b/ext/tokenizer/config.m4 index 2dee4e7783..0d3d72f559 100644 --- a/ext/tokenizer/config.m4 +++ b/ext/tokenizer/config.m4 @@ -45,4 +45,5 @@ if test "$PHP_TOKENIZER" != "no"; then dnl PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $TOKENIZER_DIR/lib, TOKENIZER_SHARED_LIBADD) PHP_NEW_EXTENSION(tokenizer, tokenizer.c, $ext_shared) + PHP_ADD_MAKEFILE_FRAGMENT fi