[Python-checkins] python/dist/src Makefile.pre.in,1.102,1.103

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 19 Nov 2002 05:31:19 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv22331

Modified Files:
	Makefile.pre.in 
Log Message:
Add Lib/bsddb to list of installed directories

Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** Makefile.pre.in	14 Nov 2002 04:56:09 -0000	1.102
--- Makefile.pre.in	19 Nov 2002 13:31:16 -0000	1.103
***************
*** 612,616 ****
  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 \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
  libinstall:	$(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
--- 612,616 ----
  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 bsddb \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
  libinstall:	$(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)