diff options
author | Marc-André Lemburg <mal@egenix.com> | 2008-05-13 19:10:45 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2008-05-13 19:10:45 (GMT) |
commit | cb33aeaf02244f84d37f8f3e3f213b09b1828357 (patch) | |
tree | c8e6cf83fe000ec07ad5af4374d14c3650f974b3 /Makefile.pre.in | |
parent | 913835763a4734097423c49e284ce8d4b1093917 (diff) | |
download | cpython-cb33aeaf02244f84d37f8f3e3f213b09b1828357.zip cpython-cb33aeaf02244f84d37f8f3e3f213b09b1828357.tar.gz cpython-cb33aeaf02244f84d37f8f3e3f213b09b1828357.tar.bz2 |
Remove leftovers from reverted setuptools checkin (they were added in r45525).
Diffstat (limited to 'Makefile.pre.in')
-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 b66a353..ffaf314 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) |