]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
install distutils.tests on Unix (contributed patch)
authorFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 06:23:38 +0000 (06:23 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 06:23:38 +0000 (06:23 +0000)
(closes SF bug #1093173)

Makefile.pre.in

index d1ea4e27004cc707649bf7775cce4dd36ac76c23..bfdda096ffef718d2c483ee7bd85ddca206f163e 100644 (file)
@@ -661,7 +661,8 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
                test/decimaltestdata \
                encodings email email/test email/test/data compiler hotshot \
                logging bsddb bsddb/test csv idlelib idlelib/Icons \
-               distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
+               distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
+               curses $(MACHDEPS)
 libinstall:    $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
        @for i in $(SCRIPTDIR) $(LIBDEST); \
        do \