mirror of
https://github.com/python/cpython.git
synced 2025-11-29 14:31:30 +00:00
Added distutils and distutils/command to LIBSUBDIRS. Noted by Andrew
Kuchling.
This commit is contained in:
parent
5fc4e20fee
commit
5d35bf9853
1 changed files with 2 additions and 1 deletions
|
|
@ -289,7 +289,8 @@ maninstall:
|
||||||
# Install the library
|
# Install the library
|
||||||
PLATDIR= plat-$(MACHDEP)
|
PLATDIR= plat-$(MACHDEP)
|
||||||
MACHDEPS= $(PLATDIR)
|
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)
|
libinstall: python $(srcdir)/Lib/$(PLATDIR)
|
||||||
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
||||||
do \
|
do \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue