From: Martin v. Löwis Date: Sat, 24 Nov 2001 09:39:05 +0000 (+0000) Subject: Add hotshot to LIBSUBDIRS. Fixes #484642. X-Git-Tag: v2.2.1c1~711 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b4d580a41eea93d7ef34eb8206e0e0b0fa45e93;p=python Add hotshot to LIBSUBDIRS. Fixes #484642. --- 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); \