1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

* remove PEAR/Uploader.php

This commit is contained in:
Stig Bakken
2002-04-09 08:12:18 +00:00
parent 6b8c7db275
commit f2efded1bc

View 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; \