OSDN Git Service

- there is no "sh". Use $(SHELL)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 21 May 2006 08:25:45 +0000 (08:25 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 21 May 2006 08:25:45 +0000 (08:25 -0000)
Makefile

index fdf75c2..ea9a45d 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)