]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Partial backport from Python 2.3. Be sure to install the email and
authorBarry Warsaw <barry@python.org>
Mon, 20 Jan 2003 02:13:45 +0000 (02:13 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 20 Jan 2003 02:13:45 +0000 (02:13 +0000)
email/test directories.

Makefile.pre.in

index 3e1703bda007454a6450b3ff4cf48c5511ec2e37..fc0f8302872a9a13b41958176f93d49a49718f5c 100644 (file)
@@ -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); \