From 3412345ffefbefdee1da83350d3a45c4838e2b44 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 16 Oct 2018 22:33:04 +0200 Subject: [PATCH] Remove unused variable makefile_am_files The `makefile_am_files` was part of the previous build system where automake was used to build Makefiles. Since 9d9d39a0de3bec962c343051011f5a2ed7d7b242 this is not used anymore and can be removed. --- build/build.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/build/build.mk b/build/build.mk index 1ce958fa557..4fb49cd9ac6 100644 --- a/build/build.mk +++ b/build/build.mk @@ -29,7 +29,6 @@ all: $(STAMP) $(ALWAYS) @$(MAKE) -s -f build/build2.mk generated_lists: - @echo makefile_am_files = Zend/Makefile.am TSRM/Makefile.am > $@ @echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \ Zend/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> $@