mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
removed unicodedatabase.[ch] references from Makefile.pre.in.
also added unicodename_db.h dependency to ucnhash.
This commit is contained in:
parent
174e8018c4
commit
f147c30199
1 changed files with 2 additions and 3 deletions
|
@ -234,9 +234,8 @@ svmodule.o: svmodule.c
|
||||||
threadmodule.o: threadmodule.c
|
threadmodule.o: threadmodule.c
|
||||||
timemodule.o: timemodule.c
|
timemodule.o: timemodule.c
|
||||||
timingmodule.o: timingmodule.c
|
timingmodule.o: timingmodule.c
|
||||||
unicodedata.o: unicodedata.c unicodedatabase.o
|
unicodedata.o: unicodedata.c unicodedata_db.h
|
||||||
unicodedatabase.o: unicodedatabase.c unicodedatabase.h unicodedata_db.h
|
ucnhash.o: ucnhash.c unicodename_db.h
|
||||||
ucnhash.o: ucnhash.c
|
|
||||||
xxmodule.o: xxmodule.c
|
xxmodule.o: xxmodule.c
|
||||||
yuvconvert.o: yuvconvert.c
|
yuvconvert.o: yuvconvert.c
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue