summaryrefslogtreecommitdiff
path: root/scripts/Makefile.frag
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-02-24 00:35:36 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-02-27 20:12:53 +0100
commit3aeb7b0e77c1411962f779fef6baa43cc41905c7 (patch)
treeb4a1dfe58f425957897dbc2ec7fba7705dce7924 /scripts/Makefile.frag
parent94d3e4010217a19b0d0e44099b8a075aec307c0f (diff)
downloadphp-git-3aeb7b0e77c1411962f779fef6baa43cc41905c7.tar.gz
Remove deprecated PHP_EXTENSION m4 macro
The PHP_EXTENSION macro was used before the introduction of the updated build system in the 9d9d39a0de3bec962c343051011f5a2ed7d7b242. The extensions at that time possibly still used the Makefile.in and Automake and the PHP_EXTENSION macro has been replaced with the PHP_NEW_EXTENSION macro. Today, the once deprecated macro can be removed in favor of only PHP_NEW_EXTENSION macro.
Diffstat (limited to 'scripts/Makefile.frag')
-rw-r--r--scripts/Makefile.frag1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag
index d730a798dd..47acf60c7c 100644
--- a/scripts/Makefile.frag
+++ b/scripts/Makefile.frag
@@ -7,7 +7,6 @@ phpbuilddir = $(libdir)/build
BUILD_FILES = \
scripts/phpize.m4 \
- build/scan_makefile_in.awk \
build/libtool.m4 \
build/ltmain.sh \
build/ax_check_compile_flag.m4 \