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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Makefile.frag') 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 -- cgit v1.2.1