Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d807879

Browse files
committed
Make getversion.o dependent on ../Include/patchlevel.h as well.
1 parent b2395eb commit d807879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ getcwd.o: getcwd.c
9898
getmtime.o: getmtime.c
9999
getopt.o: getopt.c
100100
getplatform.o: getplatform.c
101-
getversion.o: getversion.c
101+
getversion.o: getversion.c ../Include/patchlevel.h
102102
graminit.o: graminit.c
103103
import.o: import.c
104104
importdl.o: importdl.c

0 commit comments

Comments
 (0)