add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[packages.git] / libs / bzip2 / Makefile
index bcb68af..0a46e4b 100644 (file)
@@ -35,7 +35,7 @@ define Build/Compile
        mkdir -p $(PKG_INSTALL_DIR)
        $(MAKE) -C $(PKG_BUILD_DIR) \
                $(TARGET_CONFIGURE_OPTS) \
-               CC=$(TARGET_CC) \
+               CC="$(TARGET_CC)" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
                libbz2.a
 endef