diff options
author | Marc-André Lemburg <mal@egenix.com> | 2008-05-13 19:10:45 +0000 |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2008-05-13 19:10:45 +0000 |
commit | cb33aeaf02244f84d37f8f3e3f213b09b1828357 (patch) | |
tree | c8e6cf83fe000ec07ad5af4374d14c3650f974b3 | |
parent | #2831: add start argument to enumerate(). Patch by Scott Dial and me. (diff) | |
download | cpython-cb33aeaf02244f84d37f8f3e3f213b09b1828357.tar.gz cpython-cb33aeaf02244f84d37f8f3e3f213b09b1828357.tar.bz2 cpython-cb33aeaf02244f84d37f8f3e3f213b09b1828357.zip |
Remove leftovers from reverted setuptools checkin (they were added in r45525).
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index b66a3532b57..ffaf314935a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -814,8 +814,6 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \ lib2to3 lib2to3/fixes lib2to3/pgen2 \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ - setuptools setuptools/command setuptools/tests \ - setuptools.egg-info \ lib-old \ curses $(MACHDEPS) libinstall: build_all $(srcdir)/Lib/$(PLATDIR) |