summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-18 21:33:02 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-18 21:33:02 +0000
commit9925249ba53d1bbd3264c6b5b647007eff5c5f71 (patch)
treecc532d3f07729dc29b8f41b5cee5700ddd9f5737 /Makefile.org
parentd7041ea5dec42326947781642ee330042b65609a (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 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