diff options
author | Sterling Hughes <sterling@php.net> | 2003-05-02 03:14:00 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-05-02 03:14:00 +0000 |
commit | eab8227e7ce6779db16e0546b104a73135baf492 (patch) | |
tree | 4325fe4498305add246d96381c1e667ee7267f7a /build | |
parent | 7177ada1467469e110660f88d3b06d4072633e73 (diff) | |
download | php-git-eab8227e7ce6779db16e0546b104a73135baf492.tar.gz |
beginnings of php5/bundle support
Diffstat (limited to 'build')
-rw-r--r-- | build/build.mk | 2 |
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 |