summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:16 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:16 +0000
commitbe4401bfa4a240bbc894e1bfeb1e1e8d63fc7b18 (patch)
tree3d48bdf9a7abff3b51c02323ea1ed26767d576d7 /Makefile
parentf0a53b6301cd1f5d0878f2d6ed21811d70a86f9a (diff)
New http method
Author: jgg Date: 1998-11-01 05:27:29 GMT New http method
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af8827067..0c77edd43 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ endif
all headers library clean veryclean binary program doc:
$(MAKE) -C apt-pkg $@
$(MAKE) -C methods $@
- $(MAKE) -C methods/ftp $@
+# $(MAKE) -C methods/ftp $@
$(MAKE) -C cmdline $@
$(MAKE) -C deity $@
$(MAKE) -C gui $@