add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[packages.git] / net / elinks / Makefile
index 98f9890..519012e 100644 (file)
@@ -59,7 +59,7 @@ endef
 
 define Build/Compile   
        $(MAKE) -C $(PKG_BUILD_DIR)\
-               CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld
+               CC="$(TARGET_CC)" LD="$(TARGET_CROSS)ld"
 endef
 
 define Package/elinks/install