From: Fred Drake Date: Wed, 19 Jan 2005 06:24:58 +0000 (+0000) Subject: install distutils.tests on Unix (contributed patch) X-Git-Tag: v2.5a0~2091 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e612c8ec81f7e17de74572d758ac0bd152f6bd77;p=python install distutils.tests on Unix (contributed patch) (closes SF bug #1093173) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 16cb0fa03a..575721579e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \