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

Skip to content

Commit f17861b

Browse files
committed
Added exceptions.o to the list of object to build in this subdir.
1 parent c8019ad commit f17861b

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
@@ -36,7 +36,7 @@ SHELL= /bin/sh
3636
# === Fixed definitions ===
3737

3838
AROBJS= \
39-
bltinmodule.o \
39+
bltinmodule.o exceptions.o \
4040
ceval.o compile.o codecs.o \
4141
errors.o \
4242
frozen.o frozenmain.o \
@@ -104,6 +104,7 @@ dynload_os2.o: dynload_os2.c
104104
dynload_shlib.o: dynload_shlib.c
105105
dynload_stub.o: dynload_stub.c
106106
dynload_win.o: dynload_win.c
107+
exceptions.o: exceptions.c
107108
errors.o: errors.c
108109
fmod.o: fmod.c
109110
frozen.o: frozen.c

0 commit comments

Comments
 (0)