aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-21 08:25:45 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-21 08:25:45 +0000
commit39c2358e141858ff41743d0ed70c8cba919cf0dd (patch)
tree5d5858dab97602c14a235b3c7d2d5b5b049192b2
parent605ae8a266d58e989c4321e0965165e5278c1159 (diff)
downloadbusybox-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdf75c265..ea9a45dbd 100644
--- a/Makefile
+++ b/Makefile
@@ -419,7 +419,7 @@ scripts/usage: $(top_srcdir)/scripts/usage.c .config
419 419
420DEP_INCLUDES += include/usage_compressed.h 420DEP_INCLUDES += include/usage_compressed.h
421include/usage_compressed.h: .config scripts/usage 421include/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
424depend dep: .depend 424depend dep: .depend
425.depend: scripts/bb_mkdep $(DEP_INCLUDES) 425.depend: scripts/bb_mkdep $(DEP_INCLUDES)