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/gmp | |
parent | a8b9141be698673a507c7d97c32911a739841375 (diff) | |
parent | 5fcef36f39fef441bbf7454e4726763b6756dba9 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gmp')
-rw-r--r-- | toolchain/gmp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toolchain/gmp/Makefile b/toolchain/gmp/Makefile index 692216b97..3e6e6c626 100644 --- a/toolchain/gmp/Makefile +++ b/toolchain/gmp/Makefile @@ -15,9 +15,10 @@ $(WRKBUILD)/.configured: ifneq ($(OStype),Darwin) (cd $(WRKBUILD); cp configfsf.guess config.guess) endif - (cd $(WRKBUILD); PATH="$(STAGING_HOST_DIR)/usr/bin:$$PATH" \ + (cd $(WRKBUILD); \ + PATH="$(STAGING_HOST_DIR)/usr/bin:$$PATH" \ ./configure \ - --prefix=$(STAGING_HOST_DIR) \ + --prefix=$(STAGING_HOST_DIR)/usr \ --with-pic \ --disable-shared \ --enable-static \ |