diff options
author | Guido van Rossum <guido@python.org> | 2000-03-10 23:04:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-10 23:04:14 (GMT) |
commit | 2d0f5f932a19fb2e5b69ca0232788838e2050ac2 (patch) | |
tree | ef0df655105d470604b5ec516f20da9d595ca860 /Python | |
parent | c94044c11d5e1f61443163d1c5ea44019d7c5871 (diff) | |
download | cpython-2d0f5f932a19fb2e5b69ca0232788838e2050ac2.zip cpython-2d0f5f932a19fb2e5b69ca0232788838e2050ac2.tar.gz cpython-2d0f5f932a19fb2e5b69ca0232788838e2050ac2.tar.bz2 |
Marc-Andre Lemburg: add new unicode files
Diffstat (limited to 'Python')
-rw-r--r-- | Python/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in index fb5a2e1..1f2789f 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -37,7 +37,7 @@ SHELL= /bin/sh AROBJS= \ bltinmodule.o \ - ceval.o compile.o \ + ceval.o compile.o codecs.o \ errors.o \ frozen.o frozenmain.o \ getargs.o getcompiler.o getcopyright.o getmtime.o \ @@ -91,6 +91,7 @@ depend: bltinmodule.o: bltinmodule.c ceval.o: ceval.c +codecs.o: codecs.c compile.o: compile.c dup2.o: dup2.c dynload_aix.o: dynload_aix.c |