Browse Source

use correct path

Waldemar Brodkorb 13 years ago
parent
commit
a21577958b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/binutils/Makefile

+ 1 - 1
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