[Python-checkins] CVS: python/dist/src Makefile.in,1.88,1.89

Barry Warsaw python-dev@python.org
Fri, 30 Jun 2000 09:03:29 -0700


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

Modified Files:
	Makefile.in 
Log Message:
Setup.thread => Setup.config


Index: Makefile.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.in,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -r1.88 -r1.89
*** Makefile.in	2000/06/30 15:46:08	1.88
--- Makefile.in	2000/06/30 16:03:26	1.89
***************
*** 403,407 ****
  		$(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup
  		$(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local
! 		$(INSTALL_DATA) Modules/Setup.thread $(LIBPL)/Setup.thread
  		$(INSTALL_PROGRAM) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
  		$(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh
--- 403,407 ----
  		$(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup
  		$(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local
! 		$(INSTALL_DATA) Modules/Setup.config $(LIBPL)/Setup.config
  		$(INSTALL_PROGRAM) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
  		$(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh