瀏覽代碼

Fix typos and add quotes, potentially fix build failures with ccache (#2533)

SVN-Revision: 9335
Florian Fainelli 18 年之前
父節點
當前提交
1878758fa1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/foxboard-utils/Makefile

+ 1 - 1
package/foxboard-utils/Makefile

@@ -34,7 +34,7 @@ define Package/foxboard-utils/description
 endef
 endef
 
 
 define Build/Compile
 define Build/Compile
-	$(MAKE) -C $(PKG_BUILD_DIR) CFLAGS=$(TARTGET_CFLAGS) CC=$(TARGET_CC) 
+	$(MAKE) -C $(PKG_BUILD_DIR) CFLAGS="$(TARGET_CFLAGS)" CC="$(TARGET_CC)"
 	$(MAKE) -C $(PKG_BUILD_DIR) PREFIX="$(PKG_INSTALL_DIR)" install
 	$(MAKE) -C $(PKG_BUILD_DIR) PREFIX="$(PKG_INSTALL_DIR)" install
 endef
 endef