From de5a08f5b5a8afc0d5ef68307a8fb5cbce810d16 Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Fri, 2 Aug 2013 09:33:56 +0200 Subject: [PATCH] sstrip: remove unneed explicit ccache dependency This ccache dependency was here to enforce the build order. It is not needed anymore. Signed-off-by: Samuel Martin Signed-off-by: Thomas De Schampheleire Signed-off-by: Thomas Petazzoni --- package/sstrip/sstrip.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/sstrip/sstrip.mk b/package/sstrip/sstrip.mk index be8c563f0..c79a50113 100644 --- a/package/sstrip/sstrip.mk +++ b/package/sstrip/sstrip.mk @@ -8,11 +8,6 @@ SSTRIP_SITE = svn://dev.openwrt.org/openwrt/trunk/tools/sstrip SSTRIP_VERSION = 20154 HOST_SSTRIP_BINARY = $(GNU_TARGET_NAME)-sstrip -# This is a kludge to get host-ccache built before us or it fails -ifeq ($(BR2_CCACHE),y) -HOST_SSTRIP_DEPENDENCIES = host-ccache -endif - define SSTRIP_BUILD_CMDS cd $(@D) ; \ $(TARGET_CC) $(TARGET_CFLAGS) -include endian.h -include byteswap.h \