From: Sascha Schumann Date: Thu, 17 Aug 2000 11:02:10 +0000 (+0000) Subject: Fix dependency. PEAR.php needs to be created before it can be installed. X-Git-Tag: php-4.0.2RC1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c28eac2f6c3a991d54181507c5fd6e7a6eafb12d;p=php Fix dependency. PEAR.php needs to be created before it can be installed. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index bca3b6911d..80ac974c05 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -30,7 +30,7 @@ PEAR_FILES = \ PEAR.php \ PEAR/Installer.php -install-data-local: +install-data-local: PEAR.php @if $(mkinstalldirs) $(peardir); then \ for i in $(PEAR_SUBDIRS); do \ $(mkinstalldirs) $(peardir)/$$i; \