Skip to content

Commit

Permalink
- Fixed bug #34583 ("make install" prematurely fails because of PEAR)
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Sep 22, 2005
1 parent 8bba75f commit cd63787
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion pear/Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ install-pear:
$(MAKE) -s install-pear-installer; \
else \
cat $(srcdir)/install-pear.txt; \
exit 5; \
fi

0 comments on commit cd63787

Please sign in to comment.