From: Richard Levitte Date: Wed, 6 Nov 2002 23:47:25 +0000 (+0000) Subject: Keep on using ${CC}, since gcc may act in disguise. X-Git-Tag: OpenSSL_0_9_6h~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b26728b3508569cc7e57496244e4481a7c303d12;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 1bb707d2cc..c3d4e6d061 100644 --- a/Makefile.org +++ b/Makefile.org @@ -270,7 +270,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