commit | 40b261966accee191ff9865e618789dc304bd7e1 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jan 20 16:57:52 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jan 20 16:57:52 1995 +0000 |
tree | f180eb15c377cfcfa594c210c0e38e42874077cc | |
parent | 3952cb0725d4c4d70bab959689a591a436a0c25c [diff] |
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 \