File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
32
32
$(srcdir ) /zend_ini_scanner.c : $(srcdir ) /zend_ini_scanner.l
33
33
@ (cd $( top_srcdir) ; $( RE2C) $( RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZend/zend_ini_scanner.c Zend/zend_ini_scanner.l)
34
34
35
- $(srcdir ) /zend_vm_execute.h : $(srcdir ) /zend_vm_def.h $(srcdir ) /zend_vm_execute.skl $(srcdir ) /zend_vm_gen.php
36
- @if test ! -z " $( PHP) " && test -x " $( PHP ) " ; then \
35
+ $(srcdir ) /zend_vm_execute.h $( srcdir ) /zend_vm_opcodes.c : $(srcdir ) /zend_vm_def.h $(srcdir ) /zend_vm_execute.skl $(srcdir ) /zend_vm_gen.php
36
+ @if test ! -z " $( PHP) " ; then \
37
37
$(PHP ) $(srcdir ) /zend_vm_gen.php; \
38
38
fi ;
39
39
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ prof-use:
144
144
145
145
%_arginfo.h: %.stub.php
146
146
@if test -e "$(top_srcdir)/build/gen_stub.php"; then \
147
- if test ! -z "$(PHP)" && test -x "$(PHP)" ; then \
147
+ if test ! -z "$(PHP)"; then \
148
148
echo Parse $< to generate $@;\
149
149
$(PHP) $(top_srcdir)/build/gen_stub.php $<; \
150
150
fi; \
You can’t perform that action at this time.
0 commit comments