summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-27 20:35:47 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-27 20:35:47 +0100
commit4d8b6a6219121d7a9cd03b9e92b5474dd94373a8 (patch)
tree8c9452d5d1b86b56fba6b67aa135226e9b3c3363 /Makefile
parentfd1e9fd0dcd085fc5fbce405e74c00cc802e4d51 (diff)
downloadembtoolkit-4d8b6a6219121d7a9cd03b9e92b5474dd94373a8.tar.gz
embtoolkit-4d8b6a6219121d7a9cd03b9e92b5474dd94373a8.tar.bz2
embtoolkit-4d8b6a6219121d7a9cd03b9e92b5474dd94373a8.tar.xz
Build system: no need delay HOST_ARCH value
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 04b38b1..70eb916 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ CONFIG_SHELL := \
SHELL := $(CONFIG_SHELL)
export SHELL CONFIG_SHELL
-HOST_ARCH := `$(CONFIG_SHELL) $(EMBTK_ROOT)/scripts/config.guess`
+HOST_ARCH := $(shell $(CONFIG_SHELL) $(EMBTK_ROOT)/scripts/config.guess)
HOST_BUILD := $(HOST_ARCH)
export HOST_ARCH HOST_BUILD