[Python-checkins] python/dist/src Makefile.pre.in,1.73.4.3,1.73.4.4

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Sun, 19 Jan 2003 18:13:48 -0800


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

Modified Files:
      Tag: release22-maint
	Makefile.pre.in 
Log Message:
Partial backport from Python 2.3.  Be sure to install the email and
email/test directories.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.73.4.3
retrieving revision 1.73.4.4
diff -C2 -d -r1.73.4.3 -r1.73.4.4
*** Makefile.pre.in	23 Aug 2002 16:05:49 -0000	1.73.4.3
--- Makefile.pre.in	20 Jan 2003 02:13:45 -0000	1.73.4.4
***************
*** 584,588 ****
  XMLLIBSUBDIRS=  xml xml/dom xml/parsers xml/sax
  LIBSUBDIRS=	lib-old lib-tk site-packages test test/output test/data \
! 		encodings email compiler hotshot \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
  libinstall:	$(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
--- 584,588 ----
  XMLLIBSUBDIRS=  xml xml/dom xml/parsers xml/sax
  LIBSUBDIRS=	lib-old lib-tk site-packages test test/output test/data \
! 		encodings email email/test email/test/data compiler hotshot \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
  libinstall:	$(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)