From 6145f681238780dfb0b5e28de0b30b3b0bdbd59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Wed, 9 Sep 2015 11:22:02 +0200 Subject: test/Makefile: Use $(MAKE) instead of hardcoding `make` --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index b987cd8..d32358c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -494,7 +494,7 @@ core-app-help: build clean-core-app-help $t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v $i "Run 'make help' and check that it prints help" - $t test -n "`make -C $(APP) help` | grep Usage" + $t test -n "`$(MAKE) -C $(APP) help` | grep Usage" core-app-hrl: build clean-core-app-hrl -- cgit v1.2.3