Auto merge of #109751 - bzEq:aix-gmake, r=Mark-Simulacrum
AIX uses gmake for GNU style Makefile AIX's `make` is SystemV style, should use `gmake` for GNU style Makefile.
This commit is contained in:
commit
39bf7777aa
1 changed files with 1 additions and 0 deletions
|
@ -2999,6 +2999,7 @@ impl<'test> TestCx<'test> {
|
|||
|| host.contains("freebsd")
|
||||
|| host.contains("netbsd")
|
||||
|| host.contains("openbsd")
|
||||
|| host.contains("aix")
|
||||
{
|
||||
"gmake"
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue