[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.66,1.67

Martin v. L?wis loewis@users.sourceforge.net
Sat, 24 Nov 2001 01:39:08 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv17729

Modified Files:
	Makefile.pre.in 
Log Message:
Add hotshot to LIBSUBDIRS. Fixes #484642.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** Makefile.pre.in	2001/10/26 19:48:06	1.66
--- Makefile.pre.in	2001/11/24 09:39:05	1.67
***************
*** 582,586 ****
  XMLLIBSUBDIRS=  xml xml/dom xml/parsers xml/sax
  LIBSUBDIRS=	lib-old lib-tk site-packages test test/output encodings \
! 		email compiler \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
  libinstall:	$(PYTHON) $(srcdir)/Lib/$(PLATDIR)
--- 582,586 ----
  XMLLIBSUBDIRS=  xml xml/dom xml/parsers xml/sax
  LIBSUBDIRS=	lib-old lib-tk site-packages test test/output encodings \
! 		email compiler hotshot \
  		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
  libinstall:	$(PYTHON) $(srcdir)/Lib/$(PLATDIR)