diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-19 06:24:58 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-19 06:24:58 (GMT) |
commit | e612c8ec81f7e17de74572d758ac0bd152f6bd77 (patch) | |
tree | 0fc37a31ae92c8048719df2669b80e650959d396 /Makefile.pre.in | |
parent | ffcbab073e3543017530e5f2677291df680dbedf (diff) | |
download | cpython-e612c8ec81f7e17de74572d758ac0bd152f6bd77.zip cpython-e612c8ec81f7e17de74572d758ac0bd152f6bd77.tar.gz cpython-e612c8ec81f7e17de74572d758ac0bd152f6bd77.tar.bz2 |
install distutils.tests on Unix (contributed patch)
(closes SF bug #1093173)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 16cb0fa..5757215 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 \ |