[Python-checkins] r79055 - python/trunk/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Thu Mar 18 22:30:48 CET 2010


Author: benjamin.peterson
Date: Thu Mar 18 22:30:48 2010
New Revision: 79055

Log:
remove installation of deleted test/output dir

Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Thu Mar 18 22:30:48 2010
@@ -832,7 +832,7 @@
 	plat-mac/lib-scriptpackages/SystemEvents \
 	plat-mac/lib-scriptpackages/Terminal 
 PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
-LIBSUBDIRS=	lib-tk site-packages test test/output test/data \
+LIBSUBDIRS=	lib-tk site-packages test test/data \
 		test/decimaltestdata test/xmltestdata \
 		encodings compiler hotshot \
 		email email/mime email/test email/test/data \


More information about the Python-checkins mailing list