mirror of
https://github.com/python/cpython.git
synced 2024-11-30 21:34:17 +08:00
Added distutils and distutils/command to LIBSUBDIRS. Noted by Andrew
Kuchling.
This commit is contained in:
parent
5fc4e20fee
commit
5d35bf9853
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user