From 6bf2d6b46912013733c6f623ba72a094b0f7a90d Mon Sep 17 00:00:00 2001 From: Benjamin Peterson <benjamin@python.org> Date: Fri, 20 Jun 2008 02:54:41 +0000 Subject: [PATCH] Merged revisions 64422 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r64422 | benjamin.peterson | 2008-06-19 21:47:03 -0500 (Thu, 19 Jun 2008) | 1 line add multiprocessing to the Makefile ........ --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 3de0dbd8fd..e5cdfd1401 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -814,6 +814,7 @@ LIBSUBDIRS= tkinter site-packages test test/output test/data \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ setuptools setuptools/command setuptools/tests setuptools.egg-info \ + multiprocessing multiprocessing/dummy \ curses $(MACHDEPS) libinstall: build_all $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ -- 2.49.0