From 19c6afb42b12c3a50900b4157c8398e01acad91f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 1 Aug 2000 17:46:22 +0000 Subject: Include the dependence of sysmodule on the patchlevel.h include, so that sys.version_info will be built properly. --- Python/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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 -- cgit v0.12