From: Roland McGrath Date: Sat, 22 Jun 1996 21:42:06 +0000 (+0000) Subject: Sat Jun 22 14:56:05 1996 Roland McGrath X-Git-Tag: 3.74.5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=610526fee7c531ab3838f96c27ab4c2962f34d73;p=thirdparty%2Fmake.git Sat Jun 22 14:56:05 1996 Roland McGrath * remote-stub.c (remote_setup, remote_cleanup): New (empty) functions. * main.c (main): Call remote_setup. (die): Call remote_cleanup. * main.c (print_version): Add 96 to copyright years. --- diff --git a/main.c b/main.c index 2ed7ffe1..9c7efea8 100644 --- a/main.c +++ b/main.c @@ -2137,7 +2137,7 @@ print_version () %s\tFree Software Foundation, Inc.\n\ %sThis is free software; see the source for copying conditions.\n\ %sThere is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ -%sPARTICULAR PURPOSE.\n\n", precede, precede, precede, precede); +%sPARTICULAR PURPOSE.\n\n", precede, precede, precede, precede, precede); printed_version = 1;