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 ........
This commit is contained in:
parent
614029f59a
commit
6bf2d6b469
|
@ -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); \
|
||||
|
|
Loading…
Reference in New Issue