diff options
author | Loïc Hoguin <[email protected]> | 2015-09-22 17:33:19 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-22 17:33:19 +0200 |
commit | 707c8656a12aff8104f627310271da8bee5efc9a (patch) | |
tree | 389c9164e2a2546aa33e49550b618bf821cae671 /plugins/relx.mk | |
parent | 6811c6505015fafdae3cb2d110fb1c2b8c39209f (diff) | |
download | erlang.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.mk | 2 |
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: |