diff options
-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 4a8361c..d7f068c 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -98,7 +98,7 @@ getcwd.o: getcwd.c getmtime.o: getmtime.c getopt.o: getopt.c getplatform.o: getplatform.c -getversion.o: getversion.c +getversion.o: getversion.c ../Include/patchlevel.h graminit.o: graminit.c import.o: import.c importdl.o: importdl.c |