mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
That line made no sense
This commit is contained in:
parent
42fb30298c
commit
25c6fbe515
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ install-pear-installer: $(top_builddir)/sapi/cli/php
|
||||||
|
|
||||||
install-pear:
|
install-pear:
|
||||||
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
|
@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; \
|
$(MAKE) -s install-pear-installer; \
|
||||||
else \
|
else \
|
||||||
cat $(srcdir)/install-pear.txt; \
|
cat $(srcdir)/install-pear.txt; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue