mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
added getopt.c to object, permanently
This commit is contained in:
parent
0ddb028444
commit
97d68c03bc
1 changed files with 2 additions and 1 deletions
|
@ -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 graminit.o \
|
getargs.o getmtime.o getopt.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 \
|
||||||
|
@ -86,6 +86,7 @@ frozenmain.o: frozenmain.c
|
||||||
getargs.o: getargs.c
|
getargs.o: getargs.c
|
||||||
getcwd.o: getcwd.c
|
getcwd.o: getcwd.c
|
||||||
getmtime.o: getmtime.c
|
getmtime.o: getmtime.c
|
||||||
|
getopt.o: getopt.c
|
||||||
graminit.o: graminit.c
|
graminit.o: graminit.c
|
||||||
import.o: import.c
|
import.o: import.c
|
||||||
importdl.o: importdl.c
|
importdl.o: importdl.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue