mirror of https://github.com/python/cpython
Add Lib/bsddb to list of installed directories
This commit is contained in:
parent
d448f66317
commit
b9a21ad74d
|
@ -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); \
|
||||
|
|
Loading…
Reference in New Issue