From: florian Date: Wed, 13 Aug 2008 21:12:26 +0000 (+0000) Subject: Fix opkg compilation with ccache, thanks sn9 X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=7702f8e350b0f4ad1ed36b6f5ff5f0440b6cbcf0 Fix opkg compilation with ccache, thanks sn9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12303 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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