Update dependencies per /F.
diff --git a/Objects/Makefile.in b/Objects/Makefile.in
index d819e35..3f1b1b3 100644
--- a/Objects/Makefile.in
+++ b/Objects/Makefile.in
@@ -97,7 +97,7 @@
 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.