diff mbox

[U-Boot,1/2] kbuild: remove unused RANLIB

Message ID 1399862755-28097-2-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada May 12, 2014, 2:45 a.m. UTC
RANLIB was added by commit e221174 (more than a decade ago)
but it has been never referenced at all.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

 Makefile | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini June 5, 2014, 10:46 p.m. UTC | #1
On Mon, May 12, 2014 at 11:45:54AM +0900, Masahiro Yamada wrote:

> RANLIB was added by commit e221174 (more than a decade ago)
> but it has been never referenced at all.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 9ff9e23..1c8af3f 100644
--- a/Makefile
+++ b/Makefile
@@ -354,7 +354,6 @@  STRIP		= $(CROSS_COMPILE)strip
 OBJCOPY		= $(CROSS_COMPILE)objcopy
 OBJDUMP		= $(CROSS_COMPILE)objdump
 AWK		= awk
-RANLIB		= $(CROSS_COMPILE)RANLIB
 DTC		= dtc
 CHECK		= sparse