summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2001-01-24 08:02:00 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2001-01-24 08:02:00 (GMT)
commit42e655908adc49417485e3b9d893e3d1a1012f78 (patch)
tree38352b393d1fd7b04867494312bf7520a05fd7d9
parentade711a5c347fdb483c7d91027499a3a7b9acd05 (diff)
downloadcpython-42e655908adc49417485e3b9d893e3d1a1012f78.zip
cpython-42e655908adc49417485e3b9d893e3d1a1012f78.tar.gz
cpython-42e655908adc49417485e3b9d893e3d1a1012f78.tar.bz2
ucnhash is no longer used
-rw-r--r--Modules/Makefile.pre.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index 3a35a21..05d81b3 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -234,8 +234,7 @@ svmodule.o: svmodule.c
threadmodule.o: threadmodule.c
timemodule.o: timemodule.c
timingmodule.o: timingmodule.c
-unicodedata.o: unicodedata.c unicodedata_db.h
-ucnhash.o: ucnhash.c unicodename_db.h
+unicodedata.o: unicodedata.c unicodedata_db.h unicodename_db.h
xxmodule.o: xxmodule.c
yuvconvert.o: yuvconvert.c