From: Fred Drake Date: Tue, 1 Aug 2000 17:46:22 +0000 (+0000) Subject: Include the dependence of sysmodule on the patchlevel.h include, so X-Git-Tag: v2.0b1~643 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19c6afb42b12c3a50900b4157c8398e01acad91f;p=python 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 fd5fd1b0fe..582514022c 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