From: Bernhard Reutner-Fischer Date: Sun, 21 May 2006 08:25:45 +0000 (-0000) Subject: - there is no "sh". Use $(SHELL) X-Git-Tag: 1_2_0~329 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1a5eb4682039099dec8d41cbdb6299023e15b4c2;p=oweals%2Fbusybox.git - there is no "sh". Use $(SHELL) --- diff --git a/Makefile b/Makefile index fdf75c265..ea9a45dbd 100644 --- a/Makefile +++ b/Makefile @@ -419,7 +419,7 @@ scripts/usage: $(top_srcdir)/scripts/usage.c .config DEP_INCLUDES += include/usage_compressed.h include/usage_compressed.h: .config scripts/usage - $(Q)sh $(top_srcdir)/scripts/usage_compressed "$(top_srcdir)/scripts" > $@ + $(Q)$(SHELL) $(top_srcdir)/scripts/usage_compressed "$(top_srcdir)/scripts" > $@ depend dep: .depend .depend: scripts/bb_mkdep $(DEP_INCLUDES)