From 5d021bf639417c663c8d68636e89952598c51368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 20 Aug 2014 16:06:57 +0300 Subject: Correctly handle RELX_OUTPUT_DIR --- plugins/relx.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/relx.mk') diff --git a/plugins/relx.mk b/plugins/relx.mk index 3204321..ee226d3 100644 --- a/plugins/relx.mk +++ b/plugins/relx.mk @@ -16,6 +16,8 @@ RELX_OUTPUT_DIR ?= _rel ifeq ($(firstword $(RELX_OPTS)),-o) RELX_OUTPUT_DIR = $(word 2,$(RELX_OPTS)) +else + RELX_OPTS += -o $(RELX_OUTPUT_DIR) endif # Core targets. -- cgit v1.2.3