diff options
author | Skip Montanaro <skip@pobox.com> | 2003-03-20 23:35:38 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-03-20 23:35:38 (GMT) |
commit | 0ed2ae46d540de61a92c0ea5481f19a7981e4c82 (patch) | |
tree | 65011f52ea149de18059a880561359f32b2d60fe /Makefile.pre.in | |
parent | 5fbf8362a34163a8facf8d349a15f7fef0512391 (diff) | |
download | cpython-0ed2ae46d540de61a92c0ea5481f19a7981e4c82.zip cpython-0ed2ae46d540de61a92c0ea5481f19a7981e4c82.tar.gz cpython-0ed2ae46d540de61a92c0ea5481f19a7981e4c82.tar.bz2 |
include the csv package during installation
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 333f348..3257bf9 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); \ |