diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 16:37:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 16:37:59 +0100 |
commit | 5bd19d12230c137fe0669502119df3d320a2cf0b (patch) | |
tree | 681910308baae1a782108a91adedb08a079718c9 /toolchain/mpfr/Makefile | |
parent | a8b9141be698673a507c7d97c32911a739841375 (diff) | |
parent | 5fcef36f39fef441bbf7454e4726763b6756dba9 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/mpfr/Makefile')
-rw-r--r-- | toolchain/mpfr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/mpfr/Makefile b/toolchain/mpfr/Makefile index 019d14d77..954040b85 100644 --- a/toolchain/mpfr/Makefile +++ b/toolchain/mpfr/Makefile @@ -15,7 +15,7 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: (cd $(WRKBUILD); \ $(WRKBUILD)/configure \ - --prefix=$(STAGING_HOST_DIR) \ + --prefix=$(STAGING_HOST_DIR)/usr \ --with-gmp-build=$(GMP_BUILD_DIR) \ --disable-shared \ --enable-static \ |