strip -> $(STRIP); fix "unused variable" warning

(patch by Diekema, Jon (AGRE) <Jon.Diekema@smiths-aerospace.com>)
This commit is contained in:
Denis Vlasenko
2006-10-16 18:24:57 +00:00
parent 5f03158f66
commit 4e33e07f60
2 changed files with 2 additions and 2 deletions

View File

@@ -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,