diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 16:27:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 16:27:37 +0100 |
commit | 5fcef36f39fef441bbf7454e4726763b6756dba9 (patch) | |
tree | 82b6d388aa52bd54546d7ca345663944847a67b5 /toolchain/gmp/Makefile | |
parent | c012f487664640a65cf03b8442b6a7213161ead5 (diff) | |
parent | cc2ad83623905e8823e3d40c9575e2b1422ac9b4 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gmp/Makefile')
-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 \ |