summaryrefslogtreecommitdiff
path: root/toolchain/libelf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-18 16:37:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-18 16:37:59 +0100
commit5bd19d12230c137fe0669502119df3d320a2cf0b (patch)
tree681910308baae1a782108a91adedb08a079718c9 /toolchain/libelf
parenta8b9141be698673a507c7d97c32911a739841375 (diff)
parent5fcef36f39fef441bbf7454e4726763b6756dba9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/libelf')
-rw-r--r--toolchain/libelf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/libelf/Makefile b/toolchain/libelf/Makefile
index c243cdd00..90bf4cb8d 100644
--- a/toolchain/libelf/Makefile
+++ b/toolchain/libelf/Makefile
@@ -14,7 +14,7 @@ $(WRKBUILD)/.headers:
$(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
$(WRKBUILD)/configure \
- --prefix=$(STAGING_HOST_DIR) \
+ --prefix=$(STAGING_HOST_DIR)/usr \
--disable-nls \
--disable-shared \
--enable-static \