summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/gmphost.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/gmphost.mk b/mk/gmphost.mk
index c6eff86..1c97f69 100644
--- a/mk/gmphost.mk
+++ b/mk/gmphost.mk
@@ -47,7 +47,8 @@ $(GMP_HOST_BUILD_DIR)/.decompressed:
@touch $@
$(GMP_HOST_BUILD_DIR)/.configured:
- $(call EMBTK_GENERIC_MESSAGE,"gmphost: Configuring gmp-$(GMP_HOST_VERSION) ...")
+ $(call EMBTK_GENERIC_MESSAGE,"gmphost: Configuring \
+ gmp-$(GMP_HOST_VERSION) ...")
@mkdir -p $(GMP_HOST_DIR)
cd $(GMP_HOST_BUILD_DIR); CC=$(HOSTCC_CACHED) CXX=$(HOSTCXX_CACHED) \
$(TOOLS_BUILD)/gmp-$(GMP_HOST_VERSION)/configure \