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/ccache/ccache.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/ccache/ccache.mk') diff --git a/toolchain/ccache/ccache.mk b/toolchain/ccache/ccache.mk index f30823c4d..d34bfb3e7 100644 --- a/toolchain/ccache/ccache.mk +++ b/toolchain/ccache/ccache.mk @@ -191,9 +191,9 @@ ccache_target-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_CCACHE)),y) +ifeq ($(BR2_CCACHE),y) TARGETS+=ccache endif -ifeq ($(strip $(BR2_PACKAGE_CCACHE_TARGET)),y) +ifeq ($(BR2_PACKAGE_CCACHE_TARGET),y) TARGETS+=ccache_target endif -- cgit v1.2.3