Browse Source

test/Makefile: Use $(MAKE) instead of hardcoding `make`

Jean-Sébastien Pédron 9 years ago
parent
commit
6145f68123
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -494,7 +494,7 @@ core-app-help: build clean-core-app-help
 	$t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v
 	$t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v
 
 
 	$i "Run 'make help' and check that it prints help"
 	$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
 core-app-hrl: build clean-core-app-hrl