From: Guido van Rossum Date: Fri, 10 Mar 2000 23:04:14 +0000 (+0000) Subject: Marc-Andre Lemburg: add new unicode files X-Git-Tag: v1.6a1~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d0f5f932a19fb2e5b69ca0232788838e2050ac2;p=python Marc-Andre Lemburg: add new unicode files --- diff --git a/Python/Makefile.in b/Python/Makefile.in index fb5a2e184f..1f2789fadd 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