aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/relx.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-22 17:33:19 +0200
committerLoïc Hoguin <[email protected]>2015-09-22 17:33:19 +0200
commit707c8656a12aff8104f627310271da8bee5efc9a (patch)
tree389c9164e2a2546aa33e49550b618bf821cae671 /plugins/relx.mk
parent6811c6505015fafdae3cb2d110fb1c2b8c39209f (diff)
downloaderlang.mk-707c8656a12aff8104f627310271da8bee5efc9a.tar.gz
erlang.mk-707c8656a12aff8104f627310271da8bee5efc9a.tar.bz2
erlang.mk-707c8656a12aff8104f627310271da8bee5efc9a.zip
Add REL_DEPS along with its test
Diffstat (limited to 'plugins/relx.mk')
-rw-r--r--plugins/relx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/relx.mk b/plugins/relx.mk
index 0fecda0..5aa6196 100644
--- a/plugins/relx.mk
+++ b/plugins/relx.mk
@@ -34,7 +34,7 @@ $(RELX):
$(gen_verbose) $(call core_http_get,$(RELX),$(RELX_URL))
$(verbose) chmod +x $(RELX)
-relx-rel: $(RELX)
+relx-rel: $(RELX) rel-deps
$(verbose) $(RELX) -c $(RELX_CONFIG) $(RELX_OPTS)
distclean-relx-rel: