add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[packages.git] / libs / axtls / Makefile
index c740942..d4f5491 100644 (file)
@@ -44,7 +44,7 @@ endef
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               CC=$(TARGET_CC) \
+               CC="$(TARGET_CC)" \
                OPT_CFLAGS="$(TARGET_CFLAGS)" OPT_LDFLAGS=""
 endef