Add quotes as CC can contain spaces.

PR#3253
This commit is contained in:
Dr. Stephen Henson 2014-02-03 14:10:24 +00:00
parent 0f78819c8c
commit 24e20db4aa

View File

@ -395,7 +395,7 @@ libcrypto$(SHLIB_EXT): libcrypto.a build_fips
FIPSLD_CC="$(CC)"; CC=fips/fipsld; \ FIPSLD_CC="$(CC)"; CC=fips/fipsld; \
export CC FIPSLD_CC; \ export CC FIPSLD_CC; \
fi; \ fi; \
$(MAKE) -e SHLIBDIRS=crypto CC=$${CC:-$(CC)} build-shared; \ $(MAKE) -e SHLIBDIRS=crypto CC="$${CC:-$(CC)}" build-shared; \
else \ else \
echo "There's no support for shared libraries on this platform" >&2; \ echo "There's no support for shared libraries on this platform" >&2; \
exit 1; \ exit 1; \