summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-19 10:00:16 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-20 10:08:54 +0200
commitaddcf2402d221d7c67fa01c170fde08e5fe312d6 (patch)
tree0c6dd04d1fbcc03f965f5046fb8027732c808777 /scripts
parent82f59a9682824f29008adc6137ae1991d478fc59 (diff)
downloadphp-git-addcf2402d221d7c67fa01c170fde08e5fe312d6.tar.gz
Remove mkdep.awk
The `mkdep.awk` file was part of the previous *nix build system and was used to create a .deps file with a list of dependencies that could be processed by Automake further on. Newer build system was done via 9d9d39a0de3bec962c343051011f5a2ed7d7b242 and outdated files removed via 22815419f8c5da902971d3aa12f2cbfcc3b41aff so the current file in the PHP source code is not used anymore. Additionally, the *.slo files were processed by this file. The *.slo files also used to be generated by older libtool so today, these don't get generated anymore.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.frag1
-rw-r--r--scripts/phpize.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag
index fdf67f0438..d7f8475014 100644
--- a/scripts/Makefile.frag
+++ b/scripts/Makefile.frag
@@ -7,7 +7,6 @@ phpbuilddir = $(libdir)/build
BUILD_FILES = \
scripts/phpize.m4 \
- build/mkdep.awk \
build/scan_makefile_in.awk \
build/libtool.m4 \
build/ax_check_compile_flag.m4 \
diff --git a/scripts/phpize.in b/scripts/phpize.in
index 3e863852f6..5cb62a3736 100644
--- a/scripts/phpize.in
+++ b/scripts/phpize.in
@@ -9,7 +9,7 @@ includedir="`eval echo @includedir@`/php"
builddir="`pwd`"
SED="@SED@"
-FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4"
+FILES_BUILD="scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4"
FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
CLEAN_FILES="$FILES *.o *.lo *.la .libs/ build/ modules/ install-sh \
mkinstalldirs missing config.nice config.sub config.guess configure configure.ac \