projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f40bdb6
)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44295
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index
b93f70f
..
2f3c53d
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) \