mirror of
https://github.com/python/cpython.git
synced 2025-11-28 14:11:15 +00:00
Forgot to install the test/output directory!
This commit is contained in:
parent
eeadc04200
commit
38bbbc733f
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ maninstall:
|
||||||
|
|
||||||
# Install the library
|
# Install the library
|
||||||
MACHDEPS= $(MACHDEP)
|
MACHDEPS= $(MACHDEP)
|
||||||
LIBSUBDIRS= stdwin tkinter test $(MACHDEPS)
|
LIBSUBDIRS= lib-stdwin lib-tk test test/output $(MACHDEPS)
|
||||||
libinstall: python $(srcdir)/Lib/$(MACHDEP)
|
libinstall: python $(srcdir)/Lib/$(MACHDEP)
|
||||||
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
@for i in $(SCRIPTDIR) $(LIBDEST); \
|
||||||
do \
|
do \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue