use $(MAKE) instead of 'make' in Makefiles (follow-up to f3dc11c)

License: MIT
Signed-off-by: Vasil Dimov <vd@FreeBSD.org>
This commit is contained in:
Vasil Dimov 2016-09-26 22:22:02 +03:00
parent 06a6e2fa74
commit 5538f658ba
No known key found for this signature in database
GPG Key ID: 170E923FF6C1A420

View File

@ -80,7 +80,7 @@ test_short: build test_go_short test_sharness_short
test_expensive: build test_go_expensive test_sharness_expensive windows_build_check
test_3node:
cd test/3nodetest && make
$(MAKE) -C test/3nodetest
test_go_short:
$(go_test) -test.short ./...