Explorar el Código

use correct path

Waldemar Brodkorb hace 13 años
padre
commit
a21577958b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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