From f744179d67e3bc7d7b4f2af9797d996a9d156efc Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 20 Jan 2003 02:13:45 +0000 Subject: [PATCH] Partial backport from Python 2.3. Be sure to install the email and email/test directories. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ -- 2.47.3