version.c is no longer...
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 @@
 		pythonmain.o pythonrun.o \
 		sigcheck.o structmember.o sysmodule.o \
 		traceback.o \
-		version.o \
 		$(LIBOBJS)
 
 LIB=		libPython.a