diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-28 16:40:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-09-28 16:40:48 +0200 |
commit | a21577958b222d08dfd0055e90e0daa559232bb9 (patch) | |
tree | e4320a378da463018c8b83f1eb76f51d38563a98 /toolchain/binutils/Makefile | |
parent | 765052229c3acb0e4f877b106f750f98f5ac0579 (diff) |
use correct path
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 2 |
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 |