Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-21 12:25:45 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-21 12:25:45 +0400
commit1a5eb4682039099dec8d41cbdb6299023e15b4c2 (patch)
tree5d5858dab97602c14a235b3c7d2d5b5b049192b2 /Makefile
parentef21629a6b23201c48bf5acad058420ea68984f0 (diff)
- there is no "sh". Use $(SHELL)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)