Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8019ad commit f17861bCopy full SHA for f17861b
1 file changed
Python/Makefile.in
@@ -36,7 +36,7 @@ SHELL= /bin/sh
36
# === Fixed definitions ===
37
38
AROBJS= \
39
- bltinmodule.o \
+ bltinmodule.o exceptions.o \
40
ceval.o compile.o codecs.o \
41
errors.o \
42
frozen.o frozenmain.o \
@@ -104,6 +104,7 @@ dynload_os2.o: dynload_os2.c
104
dynload_shlib.o: dynload_shlib.c
105
dynload_stub.o: dynload_stub.c
106
dynload_win.o: dynload_win.c
107
+exceptions.o: exceptions.c
108
errors.o: errors.c
109
fmod.o: fmod.c
110
frozen.o: frozen.c
0 commit comments