Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d0f5f9

Browse files
committed
Marc-Andre Lemburg: add new unicode files
1 parent c94044c commit 2d0f5f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Python/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SHELL= /bin/sh
3737

3838
AROBJS= \
3939
bltinmodule.o \
40-
ceval.o compile.o \
40+
ceval.o compile.o codecs.o \
4141
errors.o \
4242
frozen.o frozenmain.o \
4343
getargs.o getcompiler.o getcopyright.o getmtime.o \
@@ -91,6 +91,7 @@ depend:
9191

9292
bltinmodule.o: bltinmodule.c
9393
ceval.o: ceval.c
94+
codecs.o: codecs.c
9495
compile.o: compile.c
9596
dup2.o: dup2.c
9697
dynload_aix.o: dynload_aix.c

0 commit comments

Comments
 (0)