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:
1b03181
)
Fix ipkg compilation with ccache, thanks sn9
author
Florian Fainelli
<florian@openwrt.org>
Tue, 5 Aug 2008 14:04:23 +0000
(14:04 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 5 Aug 2008 14:04:23 +0000
(14:04 +0000)
SVN-Revision: 12137
package/ipkg/Makefile
patch
|
blob
|
history
diff --git
a/package/ipkg/Makefile
b/package/ipkg/Makefile
index 8b3b5c87f73b38ce38b0b8b9aa9518011e7874e0..209069122bbf500d317c834c35d518a453be80e6 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