Fix opkg compilation with ccache, thanks sn9
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Aug 2008 21:12:26 +0000 (21:12 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Aug 2008 21:12:26 +0000 (21:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12303 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/opkg/Makefile

index 76729db..97971b3 100644 (file)
@@ -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
This page took 0.028423 seconds and 4 git commands to generate.