summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-19 13:31:16 +0000
committerAndrew M. Kuchling <amk@amk.ca>2002-11-19 13:31:16 +0000
commitb9a21ad74d82095140fb522909039267d98dc3b7 (patch)
treed2ef224527d1b1b4d04dc04f4ffcc7686d994fb3
parentd448f66317130555cfc157683c743b3d004374c4 (diff)
downloadcpython-git-b9a21ad74d82095140fb522909039267d98dc3b7.tar.gz
Add Lib/bsddb to list of installed directories
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 4848f77a0a..8e0badcf44 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); \