aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/relx.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-01-06 20:49:15 +0100
committerLoïc Hoguin <[email protected]>2015-01-06 20:49:15 +0100
commit7b22547a43c843d86e72e8e78f82257dd0326bcf (patch)
tree104fd41ab924850eff7176436e2fe4524497c257 /plugins/relx.mk
parent366a0c9d770f8701131213bd4ad0edf579cacc87 (diff)
parentc09d3dcc218a49aacb1ccfb6f8a6059186aa1b6b (diff)
downloaderlang.mk-7b22547a43c843d86e72e8e78f82257dd0326bcf.tar.gz
erlang.mk-7b22547a43c843d86e72e8e78f82257dd0326bcf.tar.bz2
erlang.mk-7b22547a43c843d86e72e8e78f82257dd0326bcf.zip
Merge branch 'deps_app_rel_order' of https://github.com/stolen/erlang.mk
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 8b66277..9e6f556 100644
--- a/plugins/relx.mk
+++ b/plugins/relx.mk
@@ -38,7 +38,7 @@ endef
$(RELX):
@$(call relx_fetch)
-relx-rel: $(RELX)
+relx-rel: $(RELX) | deps app
@$(RELX) -c $(RELX_CONFIG) $(RELX_OPTS)
distclean-relx-rel: