aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ci.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-05-15 10:20:12 +0300
committerLoïc Hoguin <[email protected]>2015-05-15 10:20:12 +0300
commita294038c83a631813af3708be3b986ef6a6e3468 (patch)
tree5622f1415f8cec55af6f840c95b95efed039f705 /plugins/ci.mk
parent1c630fb7765815d7229d68c8edf5ffd37bcd2785 (diff)
downloaderlang.mk-a294038c83a631813af3708be3b986ef6a6e3468.tar.gz
erlang.mk-a294038c83a631813af3708be3b986ef6a6e3468.tar.bz2
erlang.mk-a294038c83a631813af3708be3b986ef6a6e3468.zip
Replace make with $(MAKE) for BSD compatibility
Diffstat (limited to 'plugins/ci.mk')
-rw-r--r--plugins/ci.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ci.mk b/plugins/ci.mk
index e5df48e..4f338b3 100644
--- a/plugins/ci.mk
+++ b/plugins/ci.mk
@@ -53,7 +53,7 @@ $(KERL):
help::
@printf "%s\n" "" \
"Continuous Integration targets:" \
- " ci Run 'make tests' on all configured Erlang versions." \
+ " ci Run '$(MAKE) tests' on all configured Erlang versions." \
"" \
"The CI_OTP variable must be defined with the Erlang versions" \
"that must be tested. For example: CI_OTP = OTP-17.3.4 OTP-17.5.3"