mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed build with multiple concurrent jobs: zend_indent.c, zend_highlight.c
and zend_compile.c require zend_language_parser.h
This commit is contained in:
parent
e926db7bfa
commit
ae69dae6f8
1 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,5 @@ $(builddir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
|
||||||
|
|
||||||
$(builddir)/zend_ini_scanner.c: $(srcdir)/zend_ini_scanner.l
|
$(builddir)/zend_ini_scanner.c: $(srcdir)/zend_ini_scanner.l
|
||||||
$(LEX) -Pini_ -S$(srcdir)/flex.skl -o$@ -i $(srcdir)/zend_ini_scanner.l
|
$(LEX) -Pini_ -S$(srcdir)/flex.skl -o$@ -i $(srcdir)/zend_ini_scanner.l
|
||||||
|
|
||||||
|
$(builddir)/zend_indent.lo $(builddir)/zend_highlight.lo $(builddir)/zend_compile.lo: $(builddir)/zend_language_parser.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue