mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-28 15:57:48 +00:00
Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* 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.
This commit is contained in:
parent
3f60c36245
commit
610526fee7
1 changed files with 1 additions and 1 deletions
2
main.c
2
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue