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

benjamin.peterson python-checkins at python.org
Wed Apr 8 15:29:41 CEST 2009


Author: benjamin.peterson
Date: Wed Apr  8 15:29:41 2009
New Revision: 71396

Log:
fix syntax

Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Wed Apr  8 15:29:41 2009
@@ -826,7 +826,7 @@
 		json json/tests \
 		sqlite3 sqlite3/test \
 		logging bsddb bsddb/test csv importlib wsgiref \
-		lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests
+		lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \
 		lib2to3/tests/data lib2to3/tests/data/fixes lib2to3/tests/data/fixers/myfixes \
 		ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
 		distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \


More information about the Python-checkins mailing list