From: Richard Levitte Date: Sun, 18 Aug 2002 21:33:02 +0000 (+0000) Subject: Typo, I assigned the variable ld instead of my_ld... X-Git-Tag: OpenSSL_0_9_7-beta4~181 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9925249ba53d1bbd3264c6b5b647007eff5c5f71;p=oweals%2Fopenssl.git Typo, I assigned the variable ld instead of my_ld... --- diff --git a/Makefile.org b/Makefile.org index 90500d190c..d7af0815f3 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 && \ - 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