add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[openwrt/staging/dedeckeh.git] / openwrt / package / dropbear / Makefile
index f5e9b154d1f2dccccd1cbd508fab0c9afbbe97d1..48e69e466f729aeed95bdacecce65ca9fda338eb 100644 (file)
@@ -81,11 +81,11 @@ endef
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               LD=$(TARGET_CC) \
+               LD="$(TARGET_CC)" \
                PROGRAMS="dropbear dbclient dropbearkey scp" \
                MULTI=1 SCPPROGRESS=1
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               LD=$(TARGET_CC) \
+               LD="$(TARGET_CC)" \
                PROGRAMS="dropbearconvert"
 endef