From e65d8487bcf5da10f07e70cd095874ec708cd53c Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Sat, 27 Mar 2010 13:28:27 +0000 Subject: [PATCH] Merged revisions 79442 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79442 | michael.foord | 2010-03-26 13:07:38 +0000 (Fri, 26 Mar 2010) | 1 line Makefile.pre.in for the unittest/test directory ........ --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 380f9141dda..e20946cf993 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -852,7 +852,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ importlib/test/import_ importlib/test/source \ setuptools setuptools/command setuptools/tests setuptools.egg-info \ multiprocessing multiprocessing/dummy \ - unittest \ + unittest unittest/test \ curses pydoc_data $(MACHDEPS) libinstall: build_all $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \