From: florian Date: Tue, 5 Aug 2008 14:04:23 +0000 (+0000) Subject: Fix ipkg compilation with ccache, thanks sn9 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=352ead350c0b1c760dae2c32069d0c0256dd8ce6 Fix ipkg compilation with ccache, thanks sn9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12137 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ipkg/Makefile b/package/ipkg/Makefile index 8b3b5c87f..209069122 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