From: Benjamin Peterson Date: Tue, 21 Jul 2009 23:18:55 +0000 (+0000) Subject: Merged revisions 74150 via svnmerge from X-Git-Tag: v3.2a1~2766 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e7f60934653173ef12f8801ea618c8adddd262b;p=python Merged revisions 74150 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74150 | benjamin.peterson | 2009-07-21 18:13:14 -0500 (Tue, 21 Jul 2009) | 1 line install unittest as a package ........ --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 7ec5e12a11..74afc54d82 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -848,6 +848,7 @@ LIBSUBDIRS= tkinter site-packages test test/output test/data \ importlib/test/import_ importlib/test/source \ setuptools setuptools/command setuptools/tests setuptools.egg-info \ multiprocessing multiprocessing/dummy \ + unittest \ curses pydoc_data $(MACHDEPS) libinstall: build_all $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \