[Python-checkins] CVS: python/dist/src Makefile.in,1.103,1.104

Martin v. Löwis python-dev@python.org
Sun, 24 Sep 2000 12:57:21 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23541

Modified Files:
	Makefile.in 
Log Message:
Install xml/parsers, not xml/parser.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.in,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -r1.103 -r1.104
*** Makefile.in	2000/09/22 15:38:20	1.103
--- Makefile.in	2000/09/24 19:57:18	1.104
***************
*** 263,267 ****
  PLATDIR=	plat-$(MACHDEP)
  MACHDEPS=	$(PLATDIR)
! XMLLIBSUBDIRS=  xml xml/dom xml/parser xml/sax
  LIBSUBDIRS=	lib-old lib-tk site-packages test test/output encodings \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
--- 263,267 ----
  PLATDIR=	plat-$(MACHDEP)
  MACHDEPS=	$(PLATDIR)
! XMLLIBSUBDIRS=  xml xml/dom xml/parsers xml/sax
  LIBSUBDIRS=	lib-old lib-tk site-packages test test/output encodings \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)