mirror of https://github.com/python/cpython
Make getversion.o dependent on ../Include/patchlevel.h as well.
This commit is contained in:
parent
b2395ebd51
commit
d807879b31
|
@ -98,7 +98,7 @@ getcwd.o: getcwd.c
|
||||||
getmtime.o: getmtime.c
|
getmtime.o: getmtime.c
|
||||||
getopt.o: getopt.c
|
getopt.o: getopt.c
|
||||||
getplatform.o: getplatform.c
|
getplatform.o: getplatform.c
|
||||||
getversion.o: getversion.c
|
getversion.o: getversion.c ../Include/patchlevel.h
|
||||||
graminit.o: graminit.c
|
graminit.o: graminit.c
|
||||||
import.o: import.c
|
import.o: import.c
|
||||||
importdl.o: importdl.c
|
importdl.o: importdl.c
|
||||||
|
|
Loading…
Reference in New Issue