Fix SF # 638126, logging module not installed

This commit is contained in:
Neal Norwitz 2002-11-14 04:56:09 +00:00
parent 4ebe2e3914
commit de1d51fc12
1 changed files with 1 additions and 1 deletions

View File

@ -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); \