mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
fix broken build scripts #2124
This commit is contained in:
@@ -11,6 +11,7 @@ BUILD_FILES = \
|
||||
build/mkdep.awk \
|
||||
build/scan_makefile_in.awk \
|
||||
build/libtool.m4 \
|
||||
build/ax_check_compile_flag.m4 \
|
||||
Makefile.global \
|
||||
acinclude.m4 \
|
||||
ltmain.sh \
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ includedir="`eval echo @includedir@`/php"
|
||||
builddir="`pwd`"
|
||||
SED="@SED@"
|
||||
|
||||
FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4"
|
||||
FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4"
|
||||
FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
|
||||
CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ modules/ install-sh \
|
||||
mkinstalldirs missing config.nice config.sub config.guess configure configure.in \
|
||||
|
||||
Reference in New Issue
Block a user