diff options
author | Loïc Hoguin <[email protected]> | 2015-09-09 12:36:47 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-09 12:36:47 +0200 |
commit | d8c092a05409f2ba3eec5a2e4d8e870d6d04fed0 (patch) | |
tree | 69e694e51f2c3ccd738a7f73df41a32de7100370 /test/Makefile | |
parent | c20251fa40ce7dc59d1d7f875f2867ea410ebbc1 (diff) | |
parent | 6145f681238780dfb0b5e28de0b30b3b0bdbd59b (diff) | |
download | erlang.mk-d8c092a05409f2ba3eec5a2e4d8e870d6d04fed0.tar.gz erlang.mk-d8c092a05409f2ba3eec5a2e4d8e870d6d04fed0.tar.bz2 erlang.mk-d8c092a05409f2ba3eec5a2e4d8e870d6d04fed0.zip |
Merge branch 'no-hardcoded-make-in-testsuite' of https://github.com/rabbitmq/erlang.mk
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
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 |