removed getopt.o from OBJS

This commit is contained in:
Guido van Rossum 1995-01-20 16:57:52 +00:00
parent 3952cb0725
commit 40b261966a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ OBJS= \
ceval.o cgensupport.o compile.o \
errors.o \
frozenmain.o \
getargs.o getmtime.o getopt.o graminit.o \
getargs.o getmtime.o graminit.o \
import.o importdl.o \
marshal.o modsupport.o mystrtoul.o \
pythonmain.o pythonrun.o \