diff options
Diffstat (limited to 'Python/Makefile.in')
-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 de28c23..4a8361c 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -38,7 +38,7 @@ OBJS= \ bltinmodule.o \ ceval.o compile.o \ errors.o \ - frozen.o \ + frozen.o frozenmain.o \ getargs.o getcompiler.o getcopyright.o getmtime.o \ getplatform.o getversion.o graminit.o \ import.o importdl.o \ |