diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/xml/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/config.m4 b/ext/xml/config.m4 index e2f82155f5..e1eaeb0863 100644 --- a/ext/xml/config.m4 +++ b/ext/xml/config.m4 @@ -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 |