summaryrefslogtreecommitdiffstats
path: root/Python/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-20 16:57:52 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-20 16:57:52 (GMT)
commit40b261966accee191ff9865e618789dc304bd7e1 (patch)
treef180eb15c377cfcfa594c210c0e38e42874077cc /Python/Makefile.in
parent3952cb0725d4c4d70bab959689a591a436a0c25c (diff)
downloadcpython-40b261966accee191ff9865e618789dc304bd7e1.zip
cpython-40b261966accee191ff9865e618789dc304bd7e1.tar.gz
cpython-40b261966accee191ff9865e618789dc304bd7e1.tar.bz2
removed getopt.o from OBJS
Diffstat (limited to 'Python/Makefile.in')
-rw-r--r--Python/Makefile.in2
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 \