From: Stig Bakken Date: Tue, 9 Apr 2002 08:12:18 +0000 (+0000) Subject: * remove PEAR/Uploader.php X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~777 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2efded1bc14d51b00bb985f61ebd2fa88d3b0ea;p=php * remove PEAR/Uploader.php --- diff --git a/pear/Makefile.frag b/pear/Makefile.frag index b5ddd97c51..b281715c76 100644 --- a/pear/Makefile.frag +++ b/pear/Makefile.frag @@ -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; \