summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-07-20 15:55:09 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-07-20 15:55:09 +0200
commit38598678b70805142c0c88ba4d5a8a625accfa0d (patch)
treee3af538ed1a06af5ded1e9618c73df1934f6dea2 /Makefile
parentb4b0cec4b755a9f4bf9ef7b791870e58ec9ea397 (diff)
downloadembtoolkit-38598678b70805142c0c88ba4d5a8a625accfa0d.tar.gz
embtoolkit-38598678b70805142c0c88ba4d5a8a625accfa0d.tar.bz2
embtoolkit-38598678b70805142c0c88ba4d5a8a625accfa0d.tar.xz
Build system: do not export SHELL, this confuses autoconf configure script
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afc46de..46d6834 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ CONFIG_SHELL := \
fi; \
fi)
SHELL := $(CONFIG_SHELL)
-export SHELL CONFIG_SHELL
+export CONFIG_SHELL
HOST_ARCH := $(shell $(CONFIG_SHELL) $(EMBTK_ROOT)/scripts/config.guess)
HOST_BUILD := $(HOST_ARCH)