summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-28 16:40:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-28 16:40:48 +0200
commita21577958b222d08dfd0055e90e0daa559232bb9 (patch)
treee4320a378da463018c8b83f1eb76f51d38563a98 /toolchain
parent765052229c3acb0e4f877b106f750f98f5ac0579 (diff)
use correct path
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index d20328193..c4b0501fe 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -41,7 +41,7 @@ $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured
$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
$(MAKE) -C $(WRKBUILD) install
# needed on hosts without readelf
- $(CP) $(WRKBUILD)/binutils/readelf $(STAGING_TOOLS)
+ $(CP) $(WRKBUILD)/binutils/readelf $(STAGING_TOOLS)/bin
touch $@
include ${TOPDIR}/mk/toolchain.mk