From 2b4d580a41eea93d7ef34eb8206e0e0b0fa45e93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 24 Nov 2001 09:39:05 +0000 Subject: [PATCH] Add hotshot to LIBSUBDIRS. Fixes #484642. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index c8e96bd99a..bc1e151391 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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); \ -- 2.50.1