diff options
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 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: |