add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[packages.git] / net / yafc / Makefile
index ebdada4..4fa243d 100644 (file)
@@ -39,7 +39,7 @@ define Build/Compile
        rm -rf $(PKG_INSTALL_DIR)
        mkdir -p $(PKG_INSTALL_DIR)
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               CC=$(TARGET_CC)
+               CC="$(TARGET_CC)"
 endef
 
 define Package/yafc/install