projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef21629
)
- there is no "sh". Use $(SHELL)
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sun, 21 May 2006 08:25:45 +0000
(08:25 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sun, 21 May 2006 08:25:45 +0000
(08:25 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index fdf75c26551e86530eee9adce73d008aeb367671..ea9a45dbd74c2bd24ecddb8823f9cc1d5c77cbc7 100644
(file)
--- 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)