Browse Source

Merge branch 'no-hardcoded-make-in-testsuite' of https://github.com/rabbitmq/erlang.mk

Loïc Hoguin 9 years ago
parent
commit
d8c092a054
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
 
 	$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