From: foobar Date: Thu, 22 Sep 2005 13:04:12 +0000 (+0000) Subject: - Fixed bug #34583 ("make install" prematurely fails because of PEAR) X-Git-Tag: php-5.1.0RC2~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd63787e9aa8edec3234726ce4eedda7e6a9eeb7;p=php - Fixed bug #34583 ("make install" prematurely fails because of PEAR) --- diff --git a/configure.in b/configure.in index 5f6807ec1b..8142462cd6 100644 --- a/configure.in +++ b/configure.in @@ -1181,7 +1181,7 @@ INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag" CXXFLAGS="$CXXFLAGS $standard_libtool_flag" all_targets='$(OVERALL_TARGET) $(PHP_MODULES) $(PHP_CLI_TARGET)' -install_targets="$install_modules $install_pear install-build install-headers install-programs" +install_targets="$install_modules install-build install-headers install-programs $install_pear" case $PHP_SAPI in cgi) diff --git a/pear/Makefile.frag b/pear/Makefile.frag index 86acc28431..376f9ad607 100644 --- a/pear/Makefile.frag +++ b/pear/Makefile.frag @@ -14,6 +14,5 @@ install-pear: $(MAKE) -s install-pear-installer; \ else \ cat $(srcdir)/install-pear.txt; \ - exit 5; \ fi