aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-18 21:32:19 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-18 21:32:19 +0000
commitfbb311a7d2de8f615d28f60429a906adf92b9316 (patch)
tree7bae90d15ecf584576ca4e574d729883c957f326
parentf309c1ae50a58f9f4521506b0325de415fb773e0 (diff)
downloadopenssl-fbb311a7d2de8f615d28f60429a906adf92b9316.zip
openssl-fbb311a7d2de8f615d28f60429a906adf92b9316.tar.gz
openssl-fbb311a7d2de8f615d28f60429a906adf92b9316.tar.bz2
Typo, I assigned the variable ld instead of my_ld...
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 9611461..ab45a85 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