mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-24 21:04:00 +00:00
* src/read.c (check_specials): [SV 62171] Reset ARFLAGS under .POSIX
This commit is contained in:
parent
949c0464a9
commit
634ef057ad
1 changed files with 1 additions and 0 deletions
|
@ -1900,6 +1900,7 @@ static void check_specials (const struct nameseq* files, int set_default)
|
|||
define_variable_cname ("FC", "fort77", o_default, 0);
|
||||
define_variable_cname ("FFLAGS", "-O1", o_default, 0);
|
||||
define_variable_cname ("SCCSGETFLAGS", "-s", o_default, 0);
|
||||
define_variable_cname ("ARFLAGS", "-rv", o_default, 0);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue