From: Guido van Rossum Date: Tue, 11 Oct 1994 15:08:39 +0000 (+0000) Subject: add getargs.o:getargs.c rule X-Git-Tag: v1.1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42a24ef2d7c6a1460302ef1393ef5983f27b1e36;p=thirdparty%2FPython%2Fcpython.git add getargs.o:getargs.c rule --- diff --git a/Python/Makefile.in b/Python/Makefile.in index ef5b2efe35e8..54be6af0458b 100644 --- a/Python/Makefile.in +++ b/Python/Makefile.in @@ -83,6 +83,7 @@ dup2.o: dup2.c errors.o: errors.c fmod.o: fmod.c frozenmain.o: frozenmain.c +getargs.o: getargs.c getcwd.o: getcwd.c getmtime.o: getmtime.c graminit.o: graminit.c