summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-05-02 03:14:00 +0000
committerSterling Hughes <sterling@php.net>2003-05-02 03:14:00 +0000
commiteab8227e7ce6779db16e0546b104a73135baf492 (patch)
tree4325fe4498305add246d96381c1e667ee7267f7a /build
parent7177ada1467469e110660f88d3b06d4072633e73 (diff)
downloadphp-git-eab8227e7ce6779db16e0546b104a73135baf492.tar.gz
beginnings of php5/bundle support
Diffstat (limited to 'build')
-rw-r--r--build/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.mk b/build/build.mk
index 85080c675c..d9bb151857 100644
--- a/build/build.mk
+++ b/build/build.mk
@@ -36,7 +36,7 @@ generated_lists:
@echo makefile_am_files = $(ZENDDIR)/Makefile.am \
TSRM/Makefile.am > $@
@echo config_h_files = $(ZENDDIR)/acconfig.h TSRM/acconfig.h >> $@
- @echo config_m4_files = $(ZENDDIR)/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \
+ @echo config_m4_files = $(ZENDDIR)/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 bundle/*/config*.m4 \
$(ZENDDIR)/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> $@
$(STAMP): build/buildcheck.sh