Remove the dependency information for version.o; this is not part of
the sources/build process any more.
diff --git a/Python/Makefile.in b/Python/Makefile.in
index 5825140..597cb20 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -134,7 +134,6 @@
 sysmodule.o: sysmodule.c ../Include/patchlevel.h
 thread.o: thread.c
 traceback.o: traceback.c
-version.o: version.c
 
 # DO NOT DELETE THIS LINE -- mkdep uses it.
 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.