[Python-checkins] python/dist/src Makefile.pre.in,1.149,1.150

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jan 19 07:25:01 CET 2005


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25781

Modified Files:
	Makefile.pre.in 
Log Message:
install distutils.tests on Unix (contributed patch)
(closes SF bug #1093173)


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- Makefile.pre.in	7 Dec 2004 00:42:58 -0000	1.149
+++ Makefile.pre.in	19 Jan 2005 06:24:58 -0000	1.150
@@ -664,7 +664,8 @@
 		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 \



More information about the Python-checkins mailing list