summaryrefslogtreecommitdiff
path: root/toolchain/mpfr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/mpfr/Makefile')
-rw-r--r--toolchain/mpfr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/mpfr/Makefile b/toolchain/mpfr/Makefile
index 9feac6522..019d14d77 100644
--- a/toolchain/mpfr/Makefile
+++ b/toolchain/mpfr/Makefile
@@ -15,7 +15,7 @@ $(WRKBUILD)/.headers:
$(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
$(WRKBUILD)/configure \
- --prefix=$(STAGING_TOOLS) \
+ --prefix=$(STAGING_HOST_DIR) \
--with-gmp-build=$(GMP_BUILD_DIR) \
--disable-shared \
--enable-static \