From 6deac75ea4f824c4ff9df9e37785592d8d5b5120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 15 Jan 2016 14:56:00 +0100 Subject: Update Erlang.mk --- erlang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3