diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-20 02:47:03 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-20 02:47:03 (GMT) |
commit | e0f124495b0c0d7826ef1e64a8db27ebe28ed085 (patch) | |
tree | a39d4e478ac5ee445158fa3e3b6db4d9a0faf78f /Makefile.pre.in | |
parent | 5f198bee4e2db0ca2902e8e532b7398b7b500c1a (diff) | |
download | cpython-e0f124495b0c0d7826ef1e64a8db27ebe28ed085.zip cpython-e0f124495b0c0d7826ef1e64a8db27ebe28ed085.tar.gz cpython-e0f124495b0c0d7826ef1e64a8db27ebe28ed085.tar.bz2 |
add multiprocessing to the Makefile
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index c7b72f5..ffb2b04 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -819,6 +819,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \ 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) |