add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[packages.git] / libs / libusb / Makefile
index a1fedbb..b8a882c 100644 (file)
@@ -66,7 +66,7 @@ define Build/Compile
        rm -rf $(PKG_INSTALL_DIR)
        mkdir -p $(PKG_INSTALL_DIR)
        $(MAKE) -C $(PKG_BUILD_DIR) -j1 \
-               CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld ARCH=$(ARCH) \
+               CC="$(TARGET_CC)" LD="$(TARGET_CROSS)ld" ARCH=$(ARCH) \
                DESTDIR="$(PKG_INSTALL_DIR)" \
                all install
 endef