summaryrefslogtreecommitdiff
path: root/toolchain/ccache
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:42 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:15:42 +0000
commit0e14d4f7ff76b863893b5f8f99c73a7fe943ef0a (patch)
tree4f9c859d0300954a14da6bcd0c8f937cdc19a6a9 /toolchain/ccache
parentac1d92c425414bad889c1a60d0d2aee25581b74f (diff)
toolchain/: get rid of unneeded $(strip ..)
Diffstat (limited to 'toolchain/ccache')
-rw-r--r--toolchain/ccache/ccache.mk4
1 files changed, 2 insertions, 2 deletions
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