From 63a175074a621efa19343f2a4ef56444f5536ffb Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 10 Oct 2006 21:33:15 +0000 Subject: [PATCH] Fix ccache compilation error, standardize, closes #829 git-svn-id: svn://svn.openwrt.org/openwrt/packages@5040 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/bing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bing/Makefile b/net/bing/Makefile index 296f34ae8..81d8310ba 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