summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-11-24 09:39:05 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-11-24 09:39:05 (GMT)
commit2b4d580a41eea93d7ef34eb8206e0e0b0fa45e93 (patch)
tree73569f57405a971191150d84ff80125e49703be8 /Makefile.pre.in
parente75f0e480187e75709ca1f96409bb685b261cc3e (diff)
downloadcpython-2b4d580a41eea93d7ef34eb8206e0e0b0fa45e93.zip
cpython-2b4d580a41eea93d7ef34eb8206e0e0b0fa45e93.tar.gz
cpython-2b4d580a41eea93d7ef34eb8206e0e0b0fa45e93.tar.bz2
Add hotshot to LIBSUBDIRS. Fixes #484642.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index c8e96bd..bc1e151 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); \