]> granicus.if.org Git - python/commitdiff
install distutils.tests on Unix (contributed patch)
authorFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 06:24:58 +0000 (06:24 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 06:24:58 +0000 (06:24 +0000)
(closes SF bug #1093173)

Makefile.pre.in

index 16cb0fa03aae6f42e208d231d3061208054421b3..575721579e93a59908a3ee378a2b37c0c61114ce 100644 (file)
@@ -664,7 +664,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 \