removed getopt.o from OBJS
diff --git a/Python/Makefile.in b/Python/Makefile.in
index 167ab08..7641076 100644
--- a/Python/Makefile.in
+++ b/Python/Makefile.in
@@ -34,7 +34,7 @@
 		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 \