From 3aeb7b0e77c1411962f779fef6baa43cc41905c7 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 24 Feb 2019 00:35:36 +0100 Subject: 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. --- scripts/Makefile.frag | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/Makefile.frag') 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 \ -- cgit v1.2.1