aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-15 14:56:00 +0100
committerLoïc Hoguin <[email protected]>2016-01-15 14:56:00 +0100
commit6deac75ea4f824c4ff9df9e37785592d8d5b5120 (patch)
tree1bb2cba2889f38c6c78c1f303d4657ff764db79d /erlang.mk
parent8fd7364517c571b96537a0595c9fac5d31b08b86 (diff)
downloadcowboy-6deac75ea4f824c4ff9df9e37785592d8d5b5120.tar.gz
cowboy-6deac75ea4f824c4ff9df9e37785592d8d5b5120.tar.bz2
cowboy-6deac75ea4f824c4ff9df9e37785592d8d5b5120.zip
Update Erlang.mk
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.mk b/erlang.mk
index f1936c3..e2c40b8 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -5898,7 +5898,7 @@ $(foreach otp,$(CI_OTP),$(eval $(call ci_target,$(otp))))
define ci_otp_target
ifeq ($(wildcard $(CI_INSTALL_DIR)/$(1)),)
$(CI_INSTALL_DIR)/$(1): $(KERL)
- $(KERL_MAKEFLAGS) $(KERL) build git $(OTP_GIT) $(1) $(1)
+ MAKEFLAGS="$(KERL_MAKEFLAGS)" $(KERL) build git $(OTP_GIT) $(1) $(1)
$(KERL) install $(1) $(CI_INSTALL_DIR)/$(1)
endif
endef