From: Richard Levitte Date: Wed, 6 Nov 2002 23:47:16 +0000 (+0000) Subject: Keep on using ${CC}, since gcc may act in disguise. X-Git-Tag: OpenSSL_0_9_7-beta4~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6a9a7ff2591cd6542b125c64da3f31bd4813c8eb;p=oweals%2Fopenssl.git Keep on using ${CC}, since gcc may act in disguise. PR: 329 --- diff --git a/Makefile.org b/Makefile.org index 6da1fb6494..fb90e493c5 100644 --- a/Makefile.org +++ b/Makefile.org @@ -275,7 +275,7 @@ do_gnu-shared: done DETECT_GNU_LD=${CC} -v 2>&1 | grep '^gcc' >/dev/null 2>&1 && \ - my_ld=`gcc -print-prog-name=ld 2>&1` && \ + my_ld=`${CC} -print-prog-name=ld 2>&1` && \ [ -n "$$my_ld" ] && \ $$my_ld -v 2>&1 | grep 'GNU ld' >/dev/null 2>&1