svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Sun May 21 08:25:48 UTC 2006


Author: aldot
Date: 2006-05-21 01:25:45 -0700 (Sun, 21 May 2006)
New Revision: 15150

Log:
- there is no "sh". Use $(SHELL)


Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2006-05-20 14:14:05 UTC (rev 15149)
+++ trunk/busybox/Makefile	2006-05-21 08:25:45 UTC (rev 15150)
@@ -419,7 +419,7 @@
 
 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)




More information about the busybox-cvs mailing list