summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-06-20 02:54:41 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-06-20 02:54:41 (GMT)
commit6bf2d6b46912013733c6f623ba72a094b0f7a90d (patch)
tree2fdce3340e1aac5ae0394f6940d67e88c6957c2f /Makefile.pre.in
parent614029f59aa5757ebf7ffed63afe69d7ba7ef5a7 (diff)
downloadcpython-6bf2d6b46912013733c6f623ba72a094b0f7a90d.zip
cpython-6bf2d6b46912013733c6f623ba72a094b0f7a90d.tar.gz
cpython-6bf2d6b46912013733c6f623ba72a094b0f7a90d.tar.bz2
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 ........
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 3de0dbd..e5cdfd1 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); \