From 0e14d4f7ff76b863893b5f8f99c73a7fe943ef0a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:15:42 +0000 Subject: toolchain/: get rid of unneeded $(strip ..) --- toolchain/sstrip/sstrip.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/sstrip') diff --git a/toolchain/sstrip/sstrip.mk b/toolchain/sstrip/sstrip.mk index cb95e3faa..48abbaa50 100644 --- a/toolchain/sstrip/sstrip.mk +++ b/toolchain/sstrip/sstrip.mk @@ -61,10 +61,10 @@ sstrip_target-dirclean: # ############################################################# -ifeq ($(strip $(BR2_PACKAGE_SSTRIP_HOST)),y) +ifeq ($(BR2_PACKAGE_SSTRIP_HOST),y) TARGETS+=sstrip_host endif -ifeq ($(strip $(BR2_PACKAGE_SSTRIP_TARGET)),y) +ifeq ($(BR2_PACKAGE_SSTRIP_TARGET),y) TARGETS+=sstrip_target endif -- cgit v1.2.3