aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 5ca47bc..b2c8d19 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