]> granicus.if.org Git - python/commitdiff
Added site-packages. (Sorry, forgot who submitted this patch.)
authorGuido van Rossum <guido@python.org>
Mon, 24 Apr 2000 14:57:21 +0000 (14:57 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Apr 2000 14:57:21 +0000 (14:57 +0000)
Makefile.in

index 555429706e56b641ba98fa983ca4d13b65281c75..1b7179208ac314c3209921be30192f206f70eca5 100644 (file)
@@ -289,7 +289,7 @@ maninstall:
 # Install the library
 PLATDIR=       plat-$(MACHDEP)
 MACHDEPS=      $(PLATDIR)
-LIBSUBDIRS=    lib-old lib-tk test test/output encodings \
+LIBSUBDIRS=    lib-old lib-tk site-packages test test/output encodings \
                distutils distutils/command $(MACHDEPS)
 libinstall:    python $(srcdir)/Lib/$(PLATDIR)
                @for i in $(SCRIPTDIR) $(LIBDEST); \