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

Fredrik Lundh effbot@users.sourceforge.net
Wed, 24 Jan 2001 00:02:02 -0800


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

Modified Files:
	Makefile.pre.in 
Log Message:


ucnhash is no longer used

Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Makefile.pre.in,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** Makefile.pre.in	2001/01/23 01:54:07	1.74
--- Makefile.pre.in	2001/01/24 08:02:00	1.75
***************
*** 235,240 ****
  timemodule.o: timemodule.c
  timingmodule.o: timingmodule.c
! unicodedata.o: unicodedata.c unicodedata_db.h
! ucnhash.o: ucnhash.c unicodename_db.h
  xxmodule.o: xxmodule.c
  yuvconvert.o: yuvconvert.c
--- 235,239 ----
  timemodule.o: timemodule.c
  timingmodule.o: timingmodule.c
! unicodedata.o: unicodedata.c unicodedata_db.h unicodename_db.h
  xxmodule.o: xxmodule.c
  yuvconvert.o: yuvconvert.c