]> granicus.if.org Git - php/commitdiff
Fix dependency. PEAR.php needs to be created before it can be installed.
authorSascha Schumann <sas@php.net>
Thu, 17 Aug 2000 11:02:10 +0000 (11:02 +0000)
committerSascha Schumann <sas@php.net>
Thu, 17 Aug 2000 11:02:10 +0000 (11:02 +0000)
pear/Makefile.in

index bca3b6911d5d89ff3056e596c4927b3d32e76008..80ac974c05e55ebf38d1b56dc40b3a1a5304349e 100644 (file)
@@ -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; \