]> granicus.if.org Git - python/commitdiff
Update dependencies per /F.
authorGuido van Rossum <guido@python.org>
Tue, 28 Nov 2000 12:09:18 +0000 (12:09 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Nov 2000 12:09:18 +0000 (12:09 +0000)
Modules/Makefile.pre.in
Objects/Makefile.in

index 4fd51891044e34d2cc31551f60085753da3e6216..82a4e1683fa8aeab20207a623ac75f8fbdfb9fd3 100644 (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
index d819e3516c83ad73c6438c857bf4bad3cd4d2a0a..3f1b1b31237cd8289ef28c0d6599a590ad69fd7c 100644 (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.