[Python-checkins] CVS: python/dist/src/Modules Makefile.pre.in,1.70,1.71

Guido van Rossum python-dev@python.org
Tue, 28 Nov 2000 04:09:21 -0800


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

Modified Files:
	Makefile.pre.in 
Log Message:
Update dependencies per /F.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Makefile.pre.in,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -r1.70 -r1.71
*** Makefile.pre.in	2000/10/29 04:28:48	1.70
--- Makefile.pre.in	2000/11/28 12:09:18	1.71
***************
*** 227,231 ****
  timingmodule.o: timingmodule.c
  unicodedata.o: unicodedata.c unicodedatabase.o
! unicodedatabase.o: unicodedatabase.c unicodedatabase.h
  ucnhash.o: ucnhash.c
  xxmodule.o: xxmodule.c
--- 227,231 ----
  timingmodule.o: timingmodule.c
  unicodedata.o: unicodedata.c unicodedatabase.o
! unicodedatabase.o: unicodedatabase.c unicodedatabase.h unicodedata_db.h
  ucnhash.o: ucnhash.c
  xxmodule.o: xxmodule.c