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

Kuchling.
This commit is contained in:
Guido van Rossum 2000-03-31 15:13:17 +00:00
parent 5fc4e20fee
commit 5d35bf9853

View File

@ -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 \