Makefile: Use $(MAKE) to start sub-makes in install.tools

On FreeBSD, GNU make is called gmake.

[NO NEW TESTS NEEDED]

Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
Doug Rabson 2022-10-23 11:26:51 +01:00
parent f9693d0a5c
commit 57f370d9d0
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ validate: install.tools
.PHONY: install.tools
install.tools:
make -C tests/tools
$(MAKE) -C tests/tools
.PHONY: runc
runc: gopath