]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added getopt.c to object, permanently
authorGuido van Rossum <guido@python.org>
Tue, 17 Jan 1995 16:51:35 +0000 (16:51 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 17 Jan 1995 16:51:35 +0000 (16:51 +0000)
Python/Makefile.in

index 9bbbb346d43923871f1961a4d816d1deee8e6eef..167ab084f9e26fc01d62a0a787694c63862a2bd4 100644 (file)
@@ -34,7 +34,7 @@ OBJS=         \
                ceval.o cgensupport.o compile.o \
                errors.o \
                frozenmain.o \
-               getargs.o getmtime.o graminit.o \
+               getargs.o getmtime.o getopt.o graminit.o \
                import.o importdl.o \
                marshal.o modsupport.o mystrtoul.o \
                pythonmain.o pythonrun.o \
@@ -86,6 +86,7 @@ frozenmain.o: frozenmain.c
 getargs.o: getargs.c
 getcwd.o: getcwd.c
 getmtime.o: getmtime.c
+getopt.o: getopt.c
 graminit.o: graminit.c
 import.o: import.c
 importdl.o: importdl.c