projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1162d6b
)
include: use SHELL, not BASH for HOST_CONFIGURE_VARS
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 6 Feb 2015 13:14:29 +0000
(13:14 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 6 Feb 2015 13:14:29 +0000
(13:14 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44295
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index b93f70ffd5dcfd57098eec16ca2b44c2c9d43975..2f3c53d09875748ae8201abf3c693617ce342a4d 100644
(file)
--- a/
include/host-build.mk
+++ b/
include/host-build.mk
@@
-55,7
+55,7
@@
HOST_CONFIGURE_VARS = \
CFLAGS="$(HOST_CFLAGS)" \
CPPFLAGS="$(HOST_CPPFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS)" \
- SHELL="$(
BASH
)"
+ SHELL="$(
SHELL
)"
HOST_CONFIGURE_ARGS = \
--target=$(GNU_HOST_NAME) \