Re: gmake calls make in SUBDIRS

From: Christian Weisgerber <naddy_at_mips.inka.de>
Date: Thu, 10 Feb 2022 20:43:36 UTC
Markus Hoenicka:

> I think I've sorted out the problem. Turns out it is crucial to set 
> MAKE=gmake when running ./configure. This makes sure that gmake will be 
> used in the subdirs:

I don't see why this would be required.  MAKE is set automatically
by the respective make command to itself.

$ cat Makefile
all:
	@echo $(MAKE)
$ make
make
$ gmake
gmake

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de