File tree 5 files changed +8
-6
lines changed
5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ include/
80
80
libs /
81
81
modules /
82
82
83
- # Used by scripts/dev /gen_stub.php
84
- scripts / dev /PHP-Parser- *
83
+ # Used by build /gen_stub.php
84
+ build /PHP-Parser- *
85
85
86
86
# ------------------------------------------------------------------------------
87
87
# Configuration headers generated by the PHP build system
Original file line number Diff line number Diff line change @@ -144,12 +144,12 @@ prof-use:
144
144
145
145
# olny php above 7.1.0 supports nullable return type
146
146
%_arginfo.h: %.stub.php
147
- @if test -e "$(top_srcdir)/scripts/dev /gen_stub.php"; then \
147
+ @if test -e "$(top_srcdir)/build /gen_stub.php"; then \
148
148
if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
149
- $(PHP_EXECUTABLE) $(top_srcdir)/scripts/dev /gen_stub.php $<; \
149
+ $(PHP_EXECUTABLE) $(top_srcdir)/build /gen_stub.php $<; \
150
150
elif type php >/dev/null 2>/dev/null; then \
151
151
if test `php -v | head -n1 | cut -d" " -f 2 | sed "s/$$/\n7.0.99/" | sort -rV | head -n1` != "7.0.99"; then \
152
- php $(top_srcdir)/scripts/dev /gen_stub.php $<; \
152
+ php $(top_srcdir)/build /gen_stub.php $<; \
153
153
fi; \
154
154
fi; \
155
155
fi;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ BUILD_FILES = \
15
15
build/pkg.m4 \
16
16
build/Makefile.global \
17
17
build/php.m4 \
18
+ build/gen_stub.php \
18
19
run-tests.php
19
20
20
21
BUILD_FILES_EXEC = \
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ includedir="`eval echo @includedir@`/php"
9
9
builddir=" ` pwd` "
10
10
SED=" @SED@"
11
11
12
- FILES_BUILD=" php.m4 shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 pkg.m4 config.guess config.sub ltmain.sh Makefile.global"
12
+ FILES_BUILD=" php.m4 shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 pkg.m4 \
13
+ config.guess config.sub ltmain.sh Makefile.global gen_stub.php"
13
14
FILES=" run-tests*.php"
14
15
CLEAN_FILES=" $FILES *.o *.lo *.la .libs/ build/ modules/ \
15
16
config.nice configure configure.ac \
You can’t perform that action at this time.
0 commit comments