Fix typos and add quotes, potentially fix build failures with ccache (#2533)
[openwrt.git] / package / foxboard-utils / Makefile
index 11fea9d..6cb997d 100644 (file)
@@ -34,7 +34,7 @@ define Package/foxboard-utils/description
 endef
 
 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
 endef