diff options
Diffstat (limited to 'Python/Makefile.in')
-rw-r--r-- | Python/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/Makefile.in b/Python/Makefile.in index c31c640..9fc2de6 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -41,7 +41,7 @@ OBJS= \ getplatform.o getversion.o graminit.o \ import.o importdl.o \ marshal.o modsupport.o mystrtoul.o \ - pyfpe.o pythonrun.o \ + pyfpe.o pystate.o pythonrun.o \ sigcheck.o structmember.o sysmodule.o \ traceback.o \ $(LIBOBJS) @@ -107,6 +107,7 @@ memmove.o: memmove.c modsupport.o: modsupport.c mystrtoul.o: mystrtoul.c pyfpe.o: pyfpe.c +pystate.o: pystate.c pythonrun.o: pythonrun.c sigcheck.o: sigcheck.c strerror.o: strerror.c |