summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-07-20 18:02:31 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-07-20 18:02:31 +0200
commit2fc6f3ebb9359cdf52800a7a29b2ad53c8be1ef1 (patch)
tree5e88ea89f290512f59b3e0328703e5cc622b6815
parent04203421dc6e8b81909bd1cbdbfea83a1520e3df (diff)
downloadembtoolkit-2fc6f3ebb9359cdf52800a7a29b2ad53c8be1ef1.tar.gz
embtoolkit-2fc6f3ebb9359cdf52800a7a29b2ad53c8be1ef1.tar.bz2
embtoolkit-2fc6f3ebb9359cdf52800a7a29b2ad53c8be1ef1.tar.xz
Build system: the variable SHELL is unused, remove it
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46d6834..22400e1 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,6 @@ CONFIG_SHELL := \
echo /bin/sh; \
fi; \
fi)
-SHELL := $(CONFIG_SHELL)
export CONFIG_SHELL
HOST_ARCH := $(shell $(CONFIG_SHELL) $(EMBTK_ROOT)/scripts/config.guess)