diff options
author | foobar <sniper@php.net> | 2003-05-19 15:33:19 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-05-19 15:33:19 +0000 |
commit | 73415c9e0114d8ab72cf30b0f9e6e2ce6e073986 (patch) | |
tree | 59370c3cc1686f5628cbb0fda768549c1c894f47 /build | |
parent | a432df541f5873c30f20bb4ddbb92f3f011585c7 (diff) | |
download | php-git-73415c9e0114d8ab72cf30b0f9e6e2ce6e073986.tar.gz |
- Unbundle libxml and expat. Now this compiles too..
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 d9bb151857..85080c675c 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 bundle/*/config*.m4 \ + @echo config_m4_files = $(ZENDDIR)/Zend.m4 TSRM/tsrm.m4 TSRM/threads.m4 \ $(ZENDDIR)/acinclude.m4 ext/*/config*.m4 sapi/*/config.m4 >> $@ $(STAMP): build/buildcheck.sh |