projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix ipkg compilation with ccache, thanks sn9
[openwrt.git]
/
package
/
ipkg
/
Makefile
diff --git
a/package/ipkg/Makefile
b/package/ipkg/Makefile
index
8b3b5c8
..
2090691
100644
(file)
--- a/
package/ipkg/Makefile
+++ b/
package/ipkg/Makefile
@@
-42,7
+42,7
@@
CONFIGURE_ARGS += $(DISABLE_LARGEFILE)
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC=
$(TARGET_CC)
\
+ CC=
"$(TARGET_CC)"
\
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef
This page took
0.019323 seconds
and
4
git commands to generate.