ソースを参照

Fix opkg compilation with ccache, thanks sn9

SVN-Revision: 12303
Florian Fainelli 17 年 前
コミット
68bdb68247
1 ファイル変更1 行追加1 行削除
  1. 1 1
      package/opkg/Makefile

+ 1 - 1
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