mirror of https://github.com/python/cpython
removed getopt.o from OBJS
This commit is contained in:
parent
3952cb0725
commit
40b261966a
|
@ -34,7 +34,7 @@ OBJS= \
|
||||||
ceval.o cgensupport.o compile.o \
|
ceval.o cgensupport.o compile.o \
|
||||||
errors.o \
|
errors.o \
|
||||||
frozenmain.o \
|
frozenmain.o \
|
||||||
getargs.o getmtime.o getopt.o graminit.o \
|
getargs.o getmtime.o graminit.o \
|
||||||
import.o importdl.o \
|
import.o importdl.o \
|
||||||
marshal.o modsupport.o mystrtoul.o \
|
marshal.o modsupport.o mystrtoul.o \
|
||||||
pythonmain.o pythonrun.o \
|
pythonmain.o pythonrun.o \
|
||||||
|
|
Loading…
Reference in New Issue