summaryrefslogtreecommitdiffstats
path: root/Makefile.org
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 /Makefile.org
parentf309c1ae50a58f9f4521506b0325de415fb773e0 (diff)
Typo, I assigned the variable ld instead of my_ld...
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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