Skip to content

Commit 3412345

Browse files
committed
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 9d9d39a this is not used anymore and can be removed.
1 parent 1cfbb21 commit 3412345

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/build.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ all: $(STAMP) $(ALWAYS)
2929
@$(MAKE) -s -f build/build2.mk
3030

3131
generated_lists:
32-
@echo makefile_am_files = Zend/Makefile.am TSRM/Makefile.am > $@
3332
@echo config_m4_files = Zend/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
3433
Zend/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> $@
3534

0 commit comments

Comments
 (0)