From 2957651c5c2a003e96318fc9217764b91266723a Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 4 Mar 2019 06:06:10 +0100 Subject: Move Makefile.global and Makefile.gcov to build directory These files can be stored in the build directory instead of bloating the project root directory. --- scripts/Makefile.frag | 2 +- scripts/phpize.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index 47acf60c7c..db8ff60c06 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -13,7 +13,7 @@ BUILD_FILES = \ build/ax_gcc_func_attribute.m4 \ build/php_cxx_compile_stdcxx.m4 \ build/pkg.m4 \ - Makefile.global \ + build/Makefile.global \ acinclude.m4 \ run-tests.php diff --git a/scripts/phpize.in b/scripts/phpize.in index 7db2386e6a..57c09555d2 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -9,8 +9,8 @@ includedir="`eval echo @includedir@`/php" builddir="`pwd`" SED="@SED@" -FILES_BUILD="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" -FILES="acinclude.m4 Makefile.global run-tests*.php" +FILES_BUILD="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" +FILES="acinclude.m4 run-tests*.php" CLEAN_FILES="$FILES *.o *.lo *.la .libs/ build/ modules/ \ config.nice configure configure.ac \ aclocal.m4 config.h config.h.in conftest* libtool config.cache autom4te.cache/ \ -- cgit v1.2.1