projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[openwrt.git]
/
package
/
arptables
/
Makefile
diff --git
a/package/arptables/Makefile
b/package/arptables/Makefile
index
b4bfe18
..
855169b
100644
(file)
--- a/
package/arptables/Makefile
+++ b/
package/arptables/Makefile
@@
-33,7
+33,7
@@
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC=
$(TARGET_CC) LD=$(TARGET_CROSS)ld
\
+ CC=
"$(TARGET_CC)" LD="$(TARGET_CROSS)ld"
\
COPT_FLAGS="$(TARGET_CFLAGS)" \
KERNEL_DIR="./include/linux"
endef
This page took
0.024662 seconds
and
4
git commands to generate.