add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[packages.git] / utils / strace / Makefile
index 02a1b51..9c297fd 100644 (file)
@@ -62,7 +62,7 @@ endef
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               CC=$(TARGET_CC)
+               CC="$(TARGET_CC)"
 endef
 
 define Package/strace/install