diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-14 04:56:09 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-14 04:56:09 (GMT) |
commit | de1d51fc12f05cdc1836ceaa20ae64f94fbb964b (patch) | |
tree | 93c9c18b92fa243fed4877eda0458ebd7b8aa20f /Makefile.pre.in | |
parent | 4ebe2e3914e76e38ab6c559eb2542310a9565963 (diff) | |
download | cpython-de1d51fc12f05cdc1836ceaa20ae64f94fbb964b.zip cpython-de1d51fc12f05cdc1836ceaa20ae64f94fbb964b.tar.gz cpython-de1d51fc12f05cdc1836ceaa20ae64f94fbb964b.tar.bz2 |
Fix SF # 638126, logging module not installed
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 37df9a1..4848f77 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); \ |