From cd63787e9aa8edec3234726ce4eedda7e6a9eeb7 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 22 Sep 2005 13:04:12 +0000 Subject: [PATCH] - Fixed bug #34583 ("make install" prematurely fails because of PEAR) --- configure.in | 2 +- pear/Makefile.frag | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.50.1