diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in index fd5fd1b0fe..582514022c 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -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 |