From: Barry Warsaw Date: Mon, 20 Jan 2003 02:13:45 +0000 (+0000) Subject: Partial backport from Python 2.3. Be sure to install the email and X-Git-Tag: v2.2.3c1~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f744179d67e3bc7d7b4f2af9797d996a9d156efc;p=thirdparty%2FPython%2Fcpython.git Partial backport from Python 2.3. Be sure to install the email and email/test directories. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 3e1703bda007..fc0f8302872a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -583,7 +583,7 @@ PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ - encodings email compiler hotshot \ + encodings email email/test email/test/data compiler hotshot \ distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \