From: Andrew M. Kuchling Date: Tue, 19 Nov 2002 13:31:16 +0000 (+0000) Subject: Add Lib/bsddb to list of installed directories X-Git-Tag: v2.3c1~3359 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9a21ad74d82095140fb522909039267d98dc3b7;p=thirdparty%2FPython%2Fcpython.git Add Lib/bsddb to list of installed directories --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 4848f77a0ad6..8e0badcf449c 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); \