diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-07-21 23:18:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-07-21 23:18:55 (GMT) |
commit | 3e7f60934653173ef12f8801ea618c8adddd262b (patch) | |
tree | b9457d4d1569995d15155d41e1c85a240a1e5979 /Makefile.pre.in | |
parent | 8e87fec09d6241c4d898fe0ef83263030c04a60b (diff) | |
download | cpython-3e7f60934653173ef12f8801ea618c8adddd262b.zip cpython-3e7f60934653173ef12f8801ea618c8adddd262b.tar.gz cpython-3e7f60934653173ef12f8801ea618c8adddd262b.tar.bz2 |
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
........
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 7ec5e12..74afc54 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); \ |