]> granicus.if.org Git - php/commitdiff
* remove PEAR/Uploader.php
authorStig Bakken <ssb@php.net>
Tue, 9 Apr 2002 08:12:18 +0000 (08:12 +0000)
committerStig Bakken <ssb@php.net>
Tue, 9 Apr 2002 08:12:18 +0000 (08:12 +0000)
pear/Makefile.frag

index b5ddd97c519dddfeff0ee5ebe6a55f2d5bf76c8c..b281715c761a2ecce9811eb4c088e73455b6854e 100644 (file)
@@ -49,7 +49,6 @@ PEAR_FILES = \
        PEAR/Packager.php \
        PEAR/Registry.php \
        PEAR/Remote.php \
-       PEAR/Uploader.php \
        System.php \
        XML/Parser.php 
 
@@ -115,6 +114,7 @@ install-pear:
                rm -f $(INSTALL_ROOT)$(peardir)/PEAR/Command/Login.php; \
                rm -f $(INSTALL_ROOT)$(peardir)/PEAR/CommandUI/CLI.php; \
                rm -f $(INSTALL_ROOT)$(peardir)/PEAR/CommandResponse.php; \
+               rm -f $(INSTALL_ROOT)$(peardir)/PEAR/Uploader.php; \
        else \
                cat $(srcdir)/install-pear.txt; \
                exit 5; \