summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 2f0ca05..19c905c 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -399,7 +399,7 @@ XSLTPROC ?= xsltproc
# CCACHE
ifeq ($(origin CCACHE),undefined)
- CCACHE=$(shell ccache -V >/dev/null 2>&1 && echo ccache || echo)
+ CCACHE=$(word 1,$(shell ccache -V 2>/dev/null))
endif
# CC