Update dependencies per /F.

This commit is contained in:
Guido van Rossum 2000-11-28 12:09:18 +00:00
parent 6763b31731
commit d7aa0f245f
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ threadmodule.o: threadmodule.c
timemodule.o: timemodule.c
timingmodule.o: timingmodule.c
unicodedata.o: unicodedata.c unicodedatabase.o
unicodedatabase.o: unicodedatabase.c unicodedatabase.h
unicodedatabase.o: unicodedatabase.c unicodedatabase.h unicodedata_db.h
ucnhash.o: ucnhash.c
xxmodule.o: xxmodule.c
yuvconvert.o: yuvconvert.c

View File

@ -97,7 +97,7 @@ stringobject.o: stringobject.c
tupleobject.o: tupleobject.c
typeobject.o: typeobject.c
unicodeobject.o: unicodeobject.c
unicodectype.o: unicodectype.c
unicodectype.o: unicodectype.c unicodetype_db.h
# DO NOT DELETE THIS LINE -- mkdep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.