diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-11-19 13:31:16 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-11-19 13:31:16 (GMT) |
commit | b9a21ad74d82095140fb522909039267d98dc3b7 (patch) | |
tree | d2ef224527d1b1b4d04dc04f4ffcc7686d994fb3 /Makefile.pre.in | |
parent | d448f66317130555cfc157683c743b3d004374c4 (diff) | |
download | cpython-b9a21ad74d82095140fb522909039267d98dc3b7.zip cpython-b9a21ad74d82095140fb522909039267d98dc3b7.tar.gz cpython-b9a21ad74d82095140fb522909039267d98dc3b7.tar.bz2 |
Add Lib/bsddb to list of installed directories
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 4848f77..8e0badc 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 logging \ + encodings email compiler hotshot logging bsddb \ distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR) @for i in $(SCRIPTDIR) $(LIBDEST); \ |