]> granicus.if.org Git - python/commitdiff
Added distutils and distutils/command to LIBSUBDIRS. Noted by Andrew
authorGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 15:13:17 +0000 (15:13 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 15:13:17 +0000 (15:13 +0000)
Kuchling.

Makefile.in

index 59e082c3bac549e76191b0a844ff815816c096ab..555429706e56b641ba98fa983ca4d13b65281c75 100644 (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 \