]> granicus.if.org Git - php/commitdiff
Fix XML build.
authorSascha Schumann <sas@php.net>
Sun, 3 Jun 2001 17:11:05 +0000 (17:11 +0000)
committerSascha Schumann <sas@php.net>
Sun, 3 Jun 2001 17:11:05 +0000 (17:11 +0000)
# sniper, did you ever test one of your patches?

ext/xml/config.m4

index e2f82155f53fe13cb5425ac4e1d7bb4a4f99966d..e1eaeb086375cca8e85f04440d963ffeca6c5654 100644 (file)
@@ -33,7 +33,7 @@ if test "$PHP_EXPAT_DIR" = "no"; then
     PHP_EXTENSION(xml, $ext_shared)
     LIB_BUILD($ext_builddir/expat,$ext_shared,yes)
     PHP_ADD_INCLUDE($ext_srcdir/expat)
-    PHP_FAST_OUTPUT($ext_builddir/expat/Makefile $ext_builddir/expat/xmlparse/Makefile $ext_builddir/expat/xmltok/Makefile)
+    PHP_FAST_OUTPUT($ext_builddir/expat/Makefile)
 
 else