diff options
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index f46b7ad..8371d84 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -866,7 +866,7 @@ LIBSUBDIRS= tkinter site-packages test test/output test/data \ importlib/test/import_ importlib/test/source \ setuptools setuptools/command setuptools/tests setuptools.egg-info \ multiprocessing multiprocessing/dummy \ - curses $(MACHDEPS) + curses pydoc_data $(MACHDEPS) libinstall: build_all $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ do \ |