]> granicus.if.org Git - python/commitdiff
Include the dependence of sysmodule on the patchlevel.h include, so
authorFred Drake <fdrake@acm.org>
Tue, 1 Aug 2000 17:46:22 +0000 (17:46 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 1 Aug 2000 17:46:22 +0000 (17:46 +0000)
that sys.version_info will be built properly.

Python/Makefile.in

index fd5fd1b0fe215c962471a4de4c3625e91bf4165f..582514022cbc00a6724c3e2c6e589e0742639da9 100644 (file)
@@ -131,7 +131,7 @@ sigcheck.o: sigcheck.c
 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