From: Dr. Stephen Henson Date: Mon, 3 Feb 2014 14:10:24 +0000 (+0000) Subject: Add quotes as CC can contain spaces. X-Git-Tag: master-post-reformat~984 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=24e20db4aa18ff8a6f67ae7faf80cf2b99f8b74a;p=oweals%2Fopenssl.git Add quotes as CC can contain spaces. PR#3253 --- diff --git a/Makefile.org b/Makefile.org index 6873273f53..52a3d15597 100644 --- a/Makefile.org +++ b/Makefile.org @@ -395,7 +395,7 @@ libcrypto$(SHLIB_EXT): libcrypto.a build_fips FIPSLD_CC="$(CC)"; CC=fips/fipsld; \ export CC FIPSLD_CC; \ fi; \ - $(MAKE) -e SHLIBDIRS=crypto CC=$${CC:-$(CC)} build-shared; \ + $(MAKE) -e SHLIBDIRS=crypto CC="$${CC:-$(CC)}" build-shared; \ else \ echo "There's no support for shared libraries on this platform" >&2; \ exit 1; \