Skip to content

Commit 19c6afb

Browse files
committed
Include the dependence of sysmodule on the patchlevel.h include, so
that sys.version_info will be built properly.
1 parent 29b8d5a commit 19c6afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ sigcheck.o: sigcheck.c
131131
strerror.o: strerror.c
132132
strtod.o: strtod.c
133133
structmember.o: structmember.c
134-
sysmodule.o: sysmodule.c
134+
sysmodule.o: sysmodule.c ../Include/patchlevel.h
135135
thread.o: thread.c
136136
traceback.o: traceback.c
137137
version.o: version.c

0 commit comments

Comments
 (0)