From e0f124495b0c0d7826ef1e64a8db27ebe28ed085 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 20 Jun 2008 02:47:03 +0000 Subject: [PATCH] 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 c7b72f5e44..ffb2b0496f 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) -- 2.40.0