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

benjamin.peterson python-checkins at python.org
Fri Jun 20 04:47:03 CEST 2008


Author: benjamin.peterson
Date: Fri Jun 20 04:47:03 2008
New Revision: 64422

Log:
add multiprocessing to the Makefile

Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Fri Jun 20 04:47:03 2008
@@ -819,6 +819,7 @@
 		lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \
 		ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
 		distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
+		multiprocessing multiprocessing/dummy \
 		lib-old \
 		curses $(MACHDEPS)
 libinstall:	build_all $(srcdir)/Lib/$(PLATDIR)


More information about the Python-checkins mailing list