mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
- there is no "sh". Use $(SHELL)
This commit is contained in:
parent
ef21629a6b
commit
1a5eb46820
2
Makefile
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user