Commit 5d35bf98 authored by Guido van Rossum's avatar Guido van Rossum

Added distutils and distutils/command to LIBSUBDIRS. Noted by Andrew

Kuchling.
parent 5fc4e20f
......@@ -289,7 +289,8 @@ maninstall:
# Install the library
PLATDIR= plat-$(MACHDEP)
MACHDEPS= $(PLATDIR)
LIBSUBDIRS= lib-old lib-tk test test/output encodings $(MACHDEPS)
LIBSUBDIRS= lib-old lib-tk test test/output encodings \
distutils distutils/command $(MACHDEPS)
libinstall: python $(srcdir)/Lib/$(PLATDIR)
@for i in $(SCRIPTDIR) $(LIBDEST); \
do \
......
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