From: florian Date: Tue, 10 Feb 2009 17:52:45 +0000 (+0000) Subject: [package] allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=f4cddbda8cf1d8ab17017e0aa9212654dcd38e8f;hp=37c404bc410707b136f70d8675b1a9629224bd7a;p=openwrt-10.03%2F.git [package] allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14467 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index 395119772..bd8854e63 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