diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-11-24 09:39:05 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-11-24 09:39:05 (GMT) |
commit | 2b4d580a41eea93d7ef34eb8206e0e0b0fa45e93 (patch) | |
tree | 73569f57405a971191150d84ff80125e49703be8 /Makefile.pre.in | |
parent | e75f0e480187e75709ca1f96409bb685b261cc3e (diff) | |
download | cpython-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.in | 2 |
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); \ |