Include the dependence of sysmodule on the patchlevel.h include, so

that sys.version_info will be built properly.
This commit is contained in:
Fred Drake 2000-08-01 17:46:22 +00:00
parent 29b8d5acd0
commit 19c6afb42b
1 changed files with 1 additions and 1 deletions

View 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