From 5d35bf9853ade66deb8c76bafaffb01426414773 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 31 Mar 2000 15:13:17 +0000 Subject: Added distutils and distutils/command to LIBSUBDIRS. Noted by Andrew Kuchling. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 59e082c..5554297 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ -- cgit v0.12