aboutsummaryrefslogtreecommitdiffstats
path: root/core/deps.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 /core/deps.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 'core/deps.mk')
-rw-r--r--core/deps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deps.mk b/core/deps.mk
index 4a9c9ac..1d767cf 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -301,7 +301,7 @@ pkg-search: $(PKG_FILE2)
"Description:\t" $$6 "\n" }'
else
pkg-search:
- $(error Usage: make pkg-search q=STRING)
+ $(error Usage: $(MAKE) pkg-search q=STRING)
endif
ifeq ($(PKG_FILE2),$(CURDIR)/.erlang.mk.packages.v2)