diff options
author | Stig Bakken <ssb@php.net> | 2002-06-12 21:17:10 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2002-06-12 21:17:10 +0000 |
commit | ab9159719bcfc7b7eb580074cb1b0b62309ceb3b (patch) | |
tree | f5e154bb3b141bba024e5ad28ab10bae51c29382 | |
parent | 3e7acb1ebf914ff256aac68bcb2005ee8d8ad77d (diff) | |
download | php-git-ab9159719bcfc7b7eb580074cb1b0b62309ceb3b.tar.gz |
* minor cleanup
-rw-r--r-- | pear/Makefile.frag | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag index 3ffb8b4d45..91cd3a3625 100644 --- a/pear/Makefile.frag +++ b/pear/Makefile.frag @@ -28,57 +28,13 @@ peardir=$(PEAR_INSTALLDIR) # Net \ # Schedule \ -#PEAR_FILES = \ -# Archive/Tar.php \ -# Console/Getopt.php \ -# PEAR.php \ -# PEAR/Autoloader.php \ -# PEAR/Command.php \ -# PEAR/Command/Auth.php \ -# PEAR/Command/Common.php \ -# PEAR/Command/Config.php \ -# PEAR/Command/Install.php \ -# PEAR/Command/Package.php \ -# PEAR/Command/Registry.php \ -# PEAR/Command/Remote.php \ -# PEAR/Frontend/CLI.php \ -# PEAR/Frontend/Gtk.php \ -# PEAR/Common.php \ -# PEAR/Config.php \ -# PEAR/Dependency.php \ -# PEAR/Installer.php \ -# PEAR/Packager.php \ -# PEAR/Registry.php \ -# PEAR/Remote.php \ -# System.php \ -# XML/Parser.php - # These are moving to /pear (in cvs): -# Crypt/CBC.php \ # Crypt/HCEMD5.php \ -# DB.php \ -# DB/common.php \ -# DB/fbsql.php \ -# DB/ibase.php \ -# DB/ifx.php \ -# DB/msql.php \ -# DB/mssql.php \ -# DB/mysql.php \ -# DB/oci8.php \ -# DB/odbc.php \ -# DB/pgsql.php \ -# DB/storage.php \ -# DB/sybase.php \ # Date/Calc.php \ # Date/Human.php \ # File/Find.php \ # File/Passwd.php \ -# File/SearchReplace.php \ -# HTML/Common.php \ # HTML/Form.php \ -# HTML/IT.php \ -# HTML/ITX.php \ -# HTML/IT_Error.php \ # HTML/Page.php \ # HTML/Processor.php \ # HTML/Select.php \ @@ -92,7 +48,6 @@ peardir=$(PEAR_INSTALLDIR) # Net/Curl.php \ # Net/Dig.php \ # Net/SMTP.php \ -# Net/Socket.php \ # Schedule/At.php \ #PEARCMD=$(top_builddir)/sapi/cli/php -d include_path=$(top_srcdir)/pear pear/scripts/pear.in |