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

Neil Schemenauer nascheme@users.sourceforge.net
Wed, 29 Aug 2001 16:44:23 -0700


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

Modified Files:
	Makefile.pre.in 
Log Message:
Always compile gcmodule.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** Makefile.pre.in	2001/08/18 21:08:22	1.55
--- Makefile.pre.in	2001/08/29 23:44:21	1.56
***************
*** 160,164 ****
  		Modules/config.o \
  		Modules/getpath.o \
! 		Modules/main.o
  
  # Used of signalmodule.o is not available
--- 160,165 ----
  		Modules/config.o \
  		Modules/getpath.o \
! 		Modules/main.o \
! 		Modules/gcmodule.o
  
  # Used of signalmodule.o is not available