Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddb028 commit 97d68c0Copy full SHA for 97d68c0
1 file changed
Python/Makefile.in
@@ -34,7 +34,7 @@ OBJS= \
34
ceval.o cgensupport.o compile.o \
35
errors.o \
36
frozenmain.o \
37
- getargs.o getmtime.o graminit.o \
+ getargs.o getmtime.o getopt.o graminit.o \
38
import.o importdl.o \
39
marshal.o modsupport.o mystrtoul.o \
40
pythonmain.o pythonrun.o \
@@ -86,6 +86,7 @@ frozenmain.o: frozenmain.c
86
getargs.o: getargs.c
87
getcwd.o: getcwd.c
88
getmtime.o: getmtime.c
89
+getopt.o: getopt.c
90
graminit.o: graminit.c
91
import.o: import.c
92
importdl.o: importdl.c
0 commit comments