1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia

SVN-Revision: 14467
This commit is contained in:
Florian Fainelli 2009-02-10 17:52:45 +00:00
parent af290a63dc
commit e199317af3

@ -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