diff options
author | Guido van Rossum <guido@python.org> | 1997-09-08 01:51:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-08 01:51:23 (GMT) |
commit | 38bbbc733fe53cdb96482d60d7626fcac62411d8 (patch) | |
tree | fc231f0c86c7a312ede4f5347494733a45967972 /Makefile.in | |
parent | eeadc04200695addc45239b57246c714e775184d (diff) | |
download | cpython-38bbbc733fe53cdb96482d60d7626fcac62411d8.zip cpython-38bbbc733fe53cdb96482d60d7626fcac62411d8.tar.gz cpython-38bbbc733fe53cdb96482d60d7626fcac62411d8.tar.bz2 |
Forgot to install the test/output directory!
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0a26902..a6fa300 100644 --- a/Makefile.in +++ b/Makefile.in @@ -250,7 +250,7 @@ maninstall: # Install the library MACHDEPS= $(MACHDEP) -LIBSUBDIRS= stdwin tkinter test $(MACHDEPS) +LIBSUBDIRS= lib-stdwin lib-tk test test/output $(MACHDEPS) libinstall: python $(srcdir)/Lib/$(MACHDEP) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \ |