Include the dependence of sysmodule on the patchlevel.h include, so
that sys.version_info will be built properly.
diff --git a/Python/Makefile.in b/Python/Makefile.in
index fd5fd1b..5825140 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -131,7 +131,7 @@
 strerror.o: strerror.c
 strtod.o: strtod.c
 structmember.o: structmember.c
-sysmodule.o: sysmodule.c
+sysmodule.o: sysmodule.c ../Include/patchlevel.h
 thread.o: thread.c
 traceback.o: traceback.c
 version.o: version.c