aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg
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
commite068762c015be5ce15eec00bcfe64e3ba6e4ce52 (patch)
tree16d4c1d131f1d9ae8e469ea913314328c736bba2 /package/opkg
parentd643f55f46e43afea70f4402fe1446a152741624 (diff)
downloadupstream-e068762c015be5ce15eec00bcfe64e3ba6e4ce52.tar.gz
upstream-e068762c015be5ce15eec00bcfe64e3ba6e4ce52.tar.bz2
upstream-e068762c015be5ce15eec00bcfe64e3ba6e4ce52.zip
Fix opkg compilation with ccache, thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12303 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg')
-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