Added exceptions.o to the list of object to build in this subdir.
diff --git a/Python/Makefile.in b/Python/Makefile.in
index 1f2789f..fd5fd1b 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -36,7 +36,7 @@
# === Fixed definitions ===
AROBJS= \
- bltinmodule.o \
+ bltinmodule.o exceptions.o \
ceval.o compile.o codecs.o \
errors.o \
frozen.o frozenmain.o \
@@ -104,6 +104,7 @@
dynload_shlib.o: dynload_shlib.c
dynload_stub.o: dynload_stub.c
dynload_win.o: dynload_win.c
+exceptions.o: exceptions.c
errors.o: errors.c
fmod.o: fmod.c
frozen.o: frozen.c