summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in
index 732ea86..f61fea8 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -40,7 +40,6 @@ OBJS= \
pythonmain.o pythonrun.o \
sigcheck.o structmember.o sysmodule.o \
traceback.o \
- version.o \
$(LIBOBJS)
LIB= libPython.a