From: Florian Fainelli Date: Tue, 10 Feb 2009 17:52:45 +0000 (+0000) Subject: allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia X-Git-Tag: v19.07.0-rc1~35168 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e199317af316b6c20be40df61745620d8e3b1c43;p=openwrt%2Fstaging%2Fhauke.git allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia SVN-Revision: 14467 --- diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index 3951197721..bd8854e634 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -50,8 +50,8 @@ CONFIGURE_ARGS = \ --sysconfdir=/etc \ CONFIGURE_VARS += \ - BUILD_CC=$(HOSTCC) \ - TARGET_CC=$(TARGET_CC) \ + BUILD_CC="$(HOSTCC)" \ + TARGET_CC="$(TARGET_CC)" \ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) all