From f3b44101d396d2794a35f11298fec5e288ec8893 Mon Sep 17 00:00:00 2001 From: Jerzy Grzegorek Date: Tue, 31 Mar 2015 23:10:19 +0200 Subject: [PATCH] ccache: fix the indentation Commit "packages: indentation cleanup" broke the build of master. This commit reverse the patch on just ccache package and fix that issue. Signed-off-by: Jerzy Grzegorek Signed-off-by: Thomas Petazzoni --- package/ccache/ccache.mk | 10 +++++----- 1 file 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 -- 2.30.2