mirror of https://github.com/python/cpython
Include the dependence of sysmodule on the patchlevel.h include, so
that sys.version_info will be built properly.
This commit is contained in:
parent
29b8d5acd0
commit
19c6afb42b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue