Commit 6f586494 authored by Phillip J. Eby's avatar Phillip J. Eby

It's probably a good idea to actually *install* setuptools, too. ;)

parent 089bc536
...@@ -691,6 +691,7 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ ...@@ -691,6 +691,7 @@ LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
logging bsddb bsddb/test csv \ logging bsddb bsddb/test csv \
ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
setuptools setuptools/command setuptools/tests setuptools.egg-info \
curses $(MACHDEPS) curses $(MACHDEPS)
libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR) libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
@for i in $(SCRIPTDIR) $(LIBDEST); \ @for i in $(SCRIPTDIR) $(LIBDEST); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment