mirror of
https://github.com/php/php-src.git
synced 2024-11-29 12:53:37 +08:00
Fixed build with multiple concurrent jobs (make -j)
This commit is contained in:
parent
49679a723e
commit
cebaafba15
1
ext/tokenizer/Makefile.frag
Normal file
1
ext/tokenizer/Makefile.frag
Normal file
@ -0,0 +1 @@
|
||||
$(builddir)/tokenizer.lo: Zend/zend_language_parser.h
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user