Add hotshot to LIBSUBDIRS. Fixes #484642.

This commit is contained in:
Martin v. Löwis 2001-11-24 09:39:05 +00:00
parent e75f0e4801
commit 2b4d580a41
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ PLATDIR= plat-$(MACHDEP)
MACHDEPS= $(PLATDIR)
XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
email compiler \
email compiler hotshot \
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
libinstall: $(PYTHON) $(srcdir)/Lib/$(PLATDIR)
@for i in $(SCRIPTDIR) $(LIBDEST); \