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/mpc/Makefile | |
parent | c012f487664640a65cf03b8442b6a7213161ead5 (diff) | |
parent | cc2ad83623905e8823e3d40c9575e2b1422ac9b4 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/mpc/Makefile')
-rw-r--r-- | toolchain/mpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/mpc/Makefile b/toolchain/mpc/Makefile index 81f5b151d..40e7f615e 100644 --- a/toolchain/mpc/Makefile +++ b/toolchain/mpc/Makefile @@ -14,8 +14,8 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.configured: (cd $(WRKBUILD); \ $(WRKBUILD)/configure \ - --prefix=$(STAGING_HOST_DIR) \ - --with-gmp=$(STAGING_HOST_DIR) \ + --prefix=$(STAGING_HOST_DIR)/usr \ + --with-gmp=$(STAGING_HOST_DIR)/usr \ --disable-shared \ --enable-static \ ); |