mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
removed getopt.o from OBJS
This commit is contained in:
parent
3952cb0725
commit
40b261966a
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue