From: Guido van Rossum Date: Tue, 28 Nov 2000 12:09:18 +0000 (+0000) Subject: Update dependencies per /F. X-Git-Tag: v2.1a1~704 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7aa0f245ffd4511abad1ca86bdcc8da157e75cd;p=python Update dependencies per /F. --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 4fd5189104..82a4e1683f 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -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 diff --git a/Objects/Makefile.in b/Objects/Makefile.in index d819e3516c..3f1b1b3123 100644 --- a/Objects/Makefile.in +++ b/Objects/Makefile.in @@ -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.