diff options
author | Phillip J. Eby <pje@telecommunity.com> | 2006-04-18 04:34:50 (GMT) |
---|---|---|
committer | Phillip J. Eby <pje@telecommunity.com> | 2006-04-18 04:34:50 (GMT) |
commit | cea434c69fc778375515612bfdee46c9d4946a98 (patch) | |
tree | ab65f46af6b4a74b7ba61edc07a94b2a5ae161e8 /Makefile.pre.in | |
parent | 8f925cc0508146d744b2baf93d1eab0147cde91b (diff) | |
download | cpython-cea434c69fc778375515612bfdee46c9d4946a98.zip cpython-cea434c69fc778375515612bfdee46c9d4946a98.tar.gz cpython-cea434c69fc778375515612bfdee46c9d4946a98.tar.bz2 |
It's probably a good idea to actually *install* setuptools, too. ;)
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 b1cf8c2..d3539c2 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -691,6 +691,7 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ logging bsddb bsddb/test csv \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ + setuptools setuptools/command setuptools/tests setuptools.egg-info \ curses $(MACHDEPS) libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ |