[Python-checkins] python/dist/src Makefile.pre.in,1.148,1.148.2.1

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jan 19 07:23:41 CET 2005


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

Modified Files:
      Tag: release24-maint
	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.148
retrieving revision 1.148.2.1
diff -u -d -r1.148 -r1.148.2.1
--- Makefile.pre.in	26 Sep 2004 17:26:55 -0000	1.148
+++ Makefile.pre.in	19 Jan 2005 06:23:38 -0000	1.148.2.1
@@ -661,7 +661,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