From: Richard Levitte Date: Sun, 18 Aug 2002 21:32:19 +0000 (+0000) Subject: Typo, I assigned the variable ld instead of my_ld... X-Git-Tag: OpenSSL-engine-0_9_6h~26^2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbb311a7d2de8f615d28f60429a906adf92b9316;p=openssl Typo, I assigned the variable ld instead of my_ld... --- diff --git a/Makefile.org b/Makefile.org index 9611461751..ab45a851ca 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