From: Richard Levitte Date: Sun, 18 Aug 2002 21:32:39 +0000 (+0000) Subject: Typo, I assigned the variable ld instead of my_ld... X-Git-Tag: OpenSSL_0_9_6h~105 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=846b8fddc49cae9b6ea0d0d0ff09507b48bbada8;p=oweals%2Fopenssl.git Typo, I assigned the variable ld instead of my_ld... --- diff --git a/Makefile.org b/Makefile.org index e4bc277d95..0542410bb5 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 && \ - ld=`gcc -print-prog-name=ld 2>&1` && \ + my_ld=`gcc -print-prog-name=ld 2>&1` && \ [ -n "$$my_ld" ] && \ $$my_ld -v 2>&1 | grep 'GNU ld' >/dev/null 2>&1