diff options
author | Guido van Rossum <guido@python.org> | 2000-11-28 12:09:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-11-28 12:09:18 (GMT) |
commit | d7aa0f245ffd4511abad1ca86bdcc8da157e75cd (patch) | |
tree | e3714c9404db4f4192bd2f3cfadf67fd98b3ad28 /Modules | |
parent | 6763b31731ee44eaaaf4d2b649ca5aab1cb5c2b5 (diff) | |
download | cpython-d7aa0f245ffd4511abad1ca86bdcc8da157e75cd.zip cpython-d7aa0f245ffd4511abad1ca86bdcc8da157e75cd.tar.gz cpython-d7aa0f245ffd4511abad1ca86bdcc8da157e75cd.tar.bz2 |
Update dependencies per /F.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 4fd5189..82a4e16 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 |