]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removed getopt.o from OBJS
authorGuido van Rossum <guido@python.org>
Fri, 20 Jan 1995 16:57:52 +0000 (16:57 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 20 Jan 1995 16:57:52 +0000 (16:57 +0000)
Python/Makefile.in

index 167ab084f9e26fc01d62a0a787694c63862a2bd4..76410766a59edb4a5a2a8a8fab70592b43d08712 100644 (file)
@@ -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 \