aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-13 21:12:26 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-08-13 21:12:26 +0000
commit68bdb682471a05bf1d00f621292e3e23bd7d7ed6 (patch)
tree2b27ae83f4cb2a131ade4e47300cf468feff5649 /package
parenta45f225e73eec20349c9641a2e520afba82f9c0f (diff)
downloadupstream-68bdb682471a05bf1d00f621292e3e23bd7d7ed6.tar.gz
upstream-68bdb682471a05bf1d00f621292e3e23bd7d7ed6.tar.bz2
upstream-68bdb682471a05bf1d00f621292e3e23bd7d7ed6.zip
Fix opkg compilation with ccache, thanks sn9
SVN-Revision: 12303
Diffstat (limited to 'package')
-rw-r--r--package/opkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index 76729db7b1..97971b3af5 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -53,7 +53,7 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC=$(TARGET_CC) \
+ CC="$(TARGET_CC)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef