Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40b2619

Browse files
committed
removed getopt.o from OBJS
1 parent 3952cb0 commit 40b2619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OBJS= \
3434
ceval.o cgensupport.o compile.o \
3535
errors.o \
3636
frozenmain.o \
37-
getargs.o getmtime.o getopt.o graminit.o \
37+
getargs.o getmtime.o graminit.o \
3838
import.o importdl.o \
3939
marshal.o modsupport.o mystrtoul.o \
4040
pythonmain.o pythonrun.o \

0 commit comments

Comments
 (0)