diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2001-01-24 08:02:00 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2001-01-24 08:02:00 (GMT) |
commit | 42e655908adc49417485e3b9d893e3d1a1012f78 (patch) | |
tree | 38352b393d1fd7b04867494312bf7520a05fd7d9 /Modules | |
parent | ade711a5c347fdb483c7d91027499a3a7b9acd05 (diff) | |
download | cpython-42e655908adc49417485e3b9d893e3d1a1012f78.zip cpython-42e655908adc49417485e3b9d893e3d1a1012f78.tar.gz cpython-42e655908adc49417485e3b9d893e3d1a1012f78.tar.bz2 |
ucnhash is no longer used
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Makefile.pre.in | 3 |
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 |