From: Skip Montanaro Date: Thu, 20 Mar 2003 23:35:38 +0000 (+0000) Subject: include the csv package during installation X-Git-Tag: v2.3c1~1424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ed2ae46d540de61a92c0ea5481f19a7981e4c82;p=thirdparty%2FPython%2Fcpython.git include the csv package during installation --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 333f348cb448..3257bf9f3894 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); \