Skip to content

Commit cd63787

Browse files
author
foobar
committed
- Fixed bug #34583 ("make install" prematurely fails because of PEAR)
1 parent 8bba75f commit cd63787

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ INLINE_CFLAGS="$INLINE_CFLAGS $standard_libtool_flag"
11811181
CXXFLAGS="$CXXFLAGS $standard_libtool_flag"
11821182

11831183
all_targets='$(OVERALL_TARGET) $(PHP_MODULES) $(PHP_CLI_TARGET)'
1184-
install_targets="$install_modules $install_pear install-build install-headers install-programs"
1184+
install_targets="$install_modules install-build install-headers install-programs $install_pear"
11851185

11861186
case $PHP_SAPI in
11871187
cgi)

pear/Makefile.frag

-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ install-pear:
1414
$(MAKE) -s install-pear-installer; \
1515
else \
1616
cat $(srcdir)/install-pear.txt; \
17-
exit 5; \
1817
fi
1918

0 commit comments

Comments
 (0)