From 4e33e07f6096f9fa8ebc04a29cee5c0b28ea13a6 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 16 Oct 2006 18:24:57 +0000 Subject: strip -> $(STRIP); fix "unused variable" warning (patch by Diekema, Jon (AGRE) ) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 077f5abf2..41b2ea103 100644 --- a/Makefile +++ b/Makefile @@ -681,7 +681,7 @@ busybox_unstripped: $(busybox-all) FORCE $(Q)rm -f .old_version busybox: busybox_unstripped - $(Q)strip -s --remove-section=.note --remove-section=.comment \ + $(Q)$(STRIP) -s --remove-section=.note --remove-section=.comment \ busybox_unstripped -o $@ # The actual objects are generated when descending, -- cgit v1.2.3