projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af290a6
)
allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia
author
Florian Fainelli
<florian@openwrt.org>
Tue, 10 Feb 2009 17:52:45 +0000
(17:52 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 10 Feb 2009 17:52:45 +0000
(17:52 +0000)
SVN-Revision: 14467
package/kexec-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/kexec-tools/Makefile
b/package/kexec-tools/Makefile
index 39511977212f5da41d5fc73a208c6b20b313e3e3..bd8854e634bfec8e9d22b5df5e3c262944fa5947 100644
(file)
--- 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