diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-21 08:25:45 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-21 08:25:45 +0000 |
commit | 39c2358e141858ff41743d0ed70c8cba919cf0dd (patch) | |
tree | 5d5858dab97602c14a235b3c7d2d5b5b049192b2 | |
parent | 605ae8a266d58e989c4321e0965165e5278c1159 (diff) | |
download | busybox-w32-39c2358e141858ff41743d0ed70c8cba919cf0dd.tar.gz busybox-w32-39c2358e141858ff41743d0ed70c8cba919cf0dd.tar.bz2 busybox-w32-39c2358e141858ff41743d0ed70c8cba919cf0dd.zip |
- there is no "sh". Use $(SHELL)
git-svn-id: svn://busybox.net/trunk/busybox@15150 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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) |