Fixed build with multiple concurrent jobs (make -j)

This commit is contained in:
Sander Roobol 2002-04-04 18:15:52 +00:00
parent 49679a723e
commit cebaafba15
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
$(builddir)/tokenizer.lo: Zend/zend_language_parser.h

View File

@ -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