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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 05 Oct 2001 14:56:04 -0700


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

Modified Files:
	Makefile.pre.in 
Log Message:
Add dependencies for the weakref object.

Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** Makefile.pre.in	2001/09/29 00:42:19	1.61
--- Makefile.pre.in	2001/10/05 21:56:02	1.62
***************
*** 266,269 ****
--- 266,270 ----
  		Objects/tupleobject.o \
  		Objects/typeobject.o \
+ 		Objects/weakrefobject.o \
  		$(UNICODE_OBJS)
  
***************
*** 471,474 ****
--- 472,476 ----
  		Include/tupleobject.h \
  		Include/unicodeobject.h \
+ 		Include/weakrefobject.h \
  		pyconfig.h