summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/ccache/ccache.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/ccache/ccache.mk b/package/ccache/ccache.mk
index ac2eaab735..893b6aeb02 100644
--- a/package/ccache/ccache.mk
+++ b/package/ccache/ccache.mk
@@ -66,10 +66,10 @@ ccache-stats: host-ccache
ccache-options: host-ccache
ifeq ($(CCACHE_OPTIONS),)
-$(Q)echo "Usage: make ccache-options CCACHE_OPTIONS=\"opts\""
-$(Q)echo "where 'opts' corresponds to one or more valid ccache options" \
-"(see ccache help text below)"
-$(Q)echo
+ $(Q)echo "Usage: make ccache-options CCACHE_OPTIONS=\"opts\""
+ $(Q)echo "where 'opts' corresponds to one or more valid ccache options" \
+ "(see ccache help text below)"
+ $(Q)echo
endif
-$(Q)$(CCACHE) $(CCACHE_OPTIONS)
+ $(Q)$(CCACHE) $(CCACHE_OPTIONS)
endif
OpenPOWER on IntegriCloud