diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -419,7 +419,7 @@ scripts/usage: $(top_srcdir)/scripts/usage.c .config | |||
419 | 419 | ||
420 | DEP_INCLUDES += include/usage_compressed.h | 420 | DEP_INCLUDES += include/usage_compressed.h |
421 | include/usage_compressed.h: .config scripts/usage | 421 | include/usage_compressed.h: .config scripts/usage |
422 | $(Q)sh $(top_srcdir)/scripts/usage_compressed "$(top_srcdir)/scripts" > $@ | 422 | $(Q)$(SHELL) $(top_srcdir)/scripts/usage_compressed "$(top_srcdir)/scripts" > $@ |
423 | 423 | ||
424 | depend dep: .depend | 424 | depend dep: .depend |
425 | .depend: scripts/bb_mkdep $(DEP_INCLUDES) | 425 | .depend: scripts/bb_mkdep $(DEP_INCLUDES) |