diff options
author | Guido van Rossum <guido@python.org> | 1995-01-20 16:57:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-20 16:57:52 (GMT) |
commit | 40b261966accee191ff9865e618789dc304bd7e1 (patch) | |
tree | f180eb15c377cfcfa594c210c0e38e42874077cc /Python | |
parent | 3952cb0725d4c4d70bab959689a591a436a0c25c (diff) | |
download | cpython-40b261966accee191ff9865e618789dc304bd7e1.zip cpython-40b261966accee191ff9865e618789dc304bd7e1.tar.gz cpython-40b261966accee191ff9865e618789dc304bd7e1.tar.bz2 |
removed getopt.o from OBJS
Diffstat (limited to 'Python')
-rw-r--r-- | Python/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 \ |