From: Florian Fainelli Date: Tue, 5 Aug 2008 14:04:23 +0000 (+0000) Subject: Fix ipkg compilation with ccache, thanks sn9 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=768575ce2f82086a1fe3582605b7e3b8615754e0 Fix ipkg compilation with ccache, thanks sn9 SVN-Revision: 12137 --- 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