From 506b07f1c22c7327a5612a6c55ecec314d199ed9 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 10 Oct 2006 21:33:15 +0000 Subject: [PATCH] Fix ccache compilation error, standardize, closes #829 SVN-Revision: 5040 --- net/bing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bing/Makefile b/net/bing/Makefile index 296f34ae84..81d8310bae 100644 --- a/net/bing/Makefile +++ b/net/bing/Makefile @@ -31,7 +31,7 @@ define Package/bing endef define Build/Compile -$(call Build/Compile/Default,CC=$(TARGET_CC)) +$(call Build/Compile/Default) endef define Package/bing/install -- 2.30.2