From d3dd2b6ae5a21d3c73b6434fc4d4309083485dfc Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 5 Aug 2008 14:04:23 +0000
Subject: [PATCH] Fix ipkg compilation with ccache, thanks sn9

SVN-Revision: 12137
---
 package/ipkg/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ipkg/Makefile b/package/ipkg/Makefile
index 8b3b5c87f7..209069122b 100644
--- a/package/ipkg/Makefile
+++ b/package/ipkg/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ARGS += $(DISABLE_LARGEFILE)
 
 define Build/Compile
 	$(MAKE) -C $(PKG_BUILD_DIR) \
-		CC=$(TARGET_CC) \
+		CC="$(TARGET_CC)" \
 		DESTDIR="$(PKG_INSTALL_DIR)" \
 		all install
 endef
-- 
GitLab