summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2001-01-22 07:25:44 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2001-01-22 07:25:44 (GMT)
commitf147c3019939b33e049dc5324aa191b47dd93b33 (patch)
tree512b938d0afb1a19798f2794b5ae27725beb8be8
parent174e8018c4da9a44749a711dc3300b405223c69f (diff)
downloadcpython-f147c3019939b33e049dc5324aa191b47dd93b33.zip
cpython-f147c3019939b33e049dc5324aa191b47dd93b33.tar.gz
cpython-f147c3019939b33e049dc5324aa191b47dd93b33.tar.bz2
removed unicodedatabase.[ch] references from Makefile.pre.in.
also added unicodename_db.h dependency to ucnhash.
-rw-r--r--Modules/Makefile.pre.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index 9487980..f28172d 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