[Python-checkins] r63209 - python/trunk/Makefile.pre.in

marc-andre.lemburg python-checkins at python.org
Tue May 13 21:10:45 CEST 2008


Author: marc-andre.lemburg
Date: Tue May 13 21:10:45 2008
New Revision: 63209

Log:
Remove leftovers from reverted setuptools checkin (they were added in r45525).



Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Tue May 13 21:10:45 2008
@@ -814,8 +814,6 @@
 		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)


More information about the Python-checkins mailing list