diff options
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1b71792..ac52a30 100644 --- a/Makefile.in +++ b/Makefile.in @@ -290,7 +290,7 @@ maninstall: PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \ - distutils distutils/command $(MACHDEPS) + distutils distutils/command curses $(MACHDEPS) libinstall: python $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \ |