add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[openwrt.git] / package / openssl / Makefile
index 2320771..bbbd207 100644 (file)
@@ -78,7 +78,7 @@ define Build/Compile
        # Work around openssl build bug to link libssl.so with libcrypto.so.
        -rm $(PKG_BUILD_DIR)/libssl.so.*.*.*
        $(MAKE) -C $(PKG_BUILD_DIR) -j1 \
-               CC=$(TARGET_CC) \
+               CC="$(TARGET_CC)" \
                CCOPTS="$(TARGET_CFLAGS) -fomit-frame-pointer" \
                do_linux-shared
        $(MAKE) -C $(PKG_BUILD_DIR) -j1 \
This page took 0.025428 seconds and 4 git commands to generate.