From: Florian Fainelli Date: Tue, 10 Oct 2006 21:33:15 +0000 (+0000) Subject: Fix ccache compilation error, standardize, closes #829 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=506b07f1c22c7327a5612a6c55ecec314d199ed9;p=openwrt%2Fsvn-archive%2Farchive.git Fix ccache compilation error, standardize, closes #829 SVN-Revision: 5040 --- 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