From 2d0f5f932a19fb2e5b69ca0232788838e2050ac2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 10 Mar 2000 23:04:14 +0000 Subject: Marc-Andre Lemburg: add new unicode files --- Python/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12