[Python-checkins] r45525 - python/trunk/Makefile.pre.in
phillip.eby
python-checkins at python.org
Tue Apr 18 06:34:51 CEST 2006
Author: phillip.eby
Date: Tue Apr 18 06:34:50 2006
New Revision: 45525
Modified:
python/trunk/Makefile.pre.in
Log:
It's probably a good idea to actually *install* setuptools, too. ;)
Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in (original)
+++ python/trunk/Makefile.pre.in Tue Apr 18 06:34:50 2006
@@ -691,6 +691,7 @@
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); \
More information about the Python-checkins
mailing list