summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-03-20 23:35:38 +0000
committerSkip Montanaro <skip@pobox.com>2003-03-20 23:35:38 +0000
commit0ed2ae46d540de61a92c0ea5481f19a7981e4c82 (patch)
tree65011f52ea149de18059a880561359f32b2d60fe
parent5fbf8362a34163a8facf8d349a15f7fef0512391 (diff)
downloadcpython-git-0ed2ae46d540de61a92c0ea5481f19a7981e4c82.tar.gz
include the csv package during installation
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 333f348cb4..3257bf9f38 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -626,7 +626,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
encodings email email/test email/test/data compiler hotshot \
- logging bsddb bsddb/test \
+ logging bsddb bsddb/test csv \
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
@for i in $(SCRIPTDIR) $(LIBDEST); \