mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Added site-packages. (Sorry, forgot who submitted this patch.)
This commit is contained in:
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user