[Python-checkins] CVS: python/dist/src/Misc Makefile.pre.in,1.16,1.17

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


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

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


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/Makefile.pre.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** Makefile.pre.in	1998/12/09 17:05:33	1.16
--- Makefile.pre.in	2000/06/30 16:03:53	1.17
***************
*** 169,173 ****
  CONFIGC=	$(LIBPL)/config.c
  CONFIGCIN=	$(LIBPL)/config.c.in
! SETUP=		$(LIBPL)/Setup.thread $(LIBPL)/Setup.local $(LIBPL)/Setup
  
  SYSLIBS=	$(LIBM) $(LIBC)
--- 169,173 ----
  CONFIGC=	$(LIBPL)/config.c
  CONFIGCIN=	$(LIBPL)/config.c.in
! SETUP=		$(LIBPL)/Setup.config $(LIBPL)/Setup.local $(LIBPL)/Setup
  
  SYSLIBS=	$(LIBM) $(LIBC)