From a21577958b222d08dfd0055e90e0daa559232bb9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 28 Sep 2010 16:40:48 +0200 Subject: use correct path --- toolchain/binutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/binutils') 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 -- cgit v1.2.3