From: Fredrik Lundh Date: Mon, 22 Jan 2001 07:25:44 +0000 (+0000) Subject: removed unicodedatabase.[ch] references from Makefile.pre.in. X-Git-Tag: v2.1a1~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f147c3019939b33e049dc5324aa191b47dd93b33;p=thirdparty%2FPython%2Fcpython.git removed unicodedatabase.[ch] references from Makefile.pre.in. also added unicodename_db.h dependency to ucnhash. --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 9487980683a2..f28172d22705 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -234,9 +234,8 @@ svmodule.o: svmodule.c threadmodule.o: threadmodule.c timemodule.o: timemodule.c timingmodule.o: timingmodule.c -unicodedata.o: unicodedata.c unicodedatabase.o -unicodedatabase.o: unicodedatabase.c unicodedatabase.h unicodedata_db.h -ucnhash.o: ucnhash.c +unicodedata.o: unicodedata.c unicodedata_db.h +ucnhash.o: ucnhash.c unicodename_db.h xxmodule.o: xxmodule.c yuvconvert.o: yuvconvert.c