From 2fc6f3ebb9359cdf52800a7a29b2ad53c8be1ef1 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 20 Jul 2013 18:02:31 +0200 Subject: Build system: the variable SHELL is unused, remove it Signed-off-by: Abdoulaye Walsimou Gaye --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3