aboutsummaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-02-10 17:52:45 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-02-10 17:52:45 +0000
commita9ca9476623825bbd33434e4745d117f7f85d467 (patch)
tree55ffc66274f4e4ef82cc97f7237ad21b1d5c55d8 /package/kexec-tools
parent7ed3857786669af04a8ea00eaaa59df5b3f5c9ed (diff)
downloadupstream-a9ca9476623825bbd33434e4745d117f7f85d467.tar.gz
upstream-a9ca9476623825bbd33434e4745d117f7f85d467.tar.bz2
upstream-a9ca9476623825bbd33434e4745d117f7f85d467.zip
[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
Diffstat (limited to 'package/kexec-tools')
-rw-r--r--package/kexec-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
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