From: Guido van Rossum Date: Fri, 20 Jan 1995 16:57:52 +0000 (+0000) Subject: removed getopt.o from OBJS X-Git-Tag: v1.2b3~132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40b261966accee191ff9865e618789dc304bd7e1;p=thirdparty%2FPython%2Fcpython.git removed getopt.o from OBJS --- diff --git a/Python/Makefile.in b/Python/Makefile.in index 167ab084f9e2..76410766a59e 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -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 \