]> granicus.if.org Git - python/commitdiff
Add hotshot to LIBSUBDIRS. Fixes #484642.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 24 Nov 2001 09:39:05 +0000 (09:39 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 24 Nov 2001 09:39:05 +0000 (09:39 +0000)
Makefile.pre.in

index c8e96bd99a4f6f8c40c857c16c92c9eefc95f7c9..bc1e1513919f03849a6675185950717b5438311d 100644 (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); \