From: Neal Norwitz Date: Thu, 14 Nov 2002 04:56:09 +0000 (+0000) Subject: Fix SF # 638126, logging module not installed X-Git-Tag: v2.3c1~3424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de1d51fc12f05cdc1836ceaa20ae64f94fbb964b;p=python Fix SF # 638126, logging module not installed --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 37df9a12dc..4848f77a0a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -611,7 +611,7 @@ PLATDIR= plat-$(MACHDEP) MACHDEPS= $(PLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ - encodings email compiler hotshot \ + encodings email compiler hotshot logging \ distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \