That line made no sense

This commit is contained in:
Rasmus Lerdorf 2005-09-08 09:11:10 +00:00
parent 42fb30298c
commit 25c6fbe515

View file

@ -10,7 +10,7 @@ install-pear-installer: $(top_builddir)/sapi/cli/php
install-pear:
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
@if $(srcdir)/install-pear.phar $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \
@if test -f $(srcdir)/install-pear.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \
$(MAKE) -s install-pear-installer; \
else \
cat $(srcdir)/install-pear.txt; \