add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[packages.git] / utils / bc / Makefile
index 3c36a22..8613c68 100644 (file)
@@ -47,7 +47,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/bc/install