projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7041ea
)
Typo, I assigned the variable ld instead of my_ld...
author
Richard Levitte
<levitte@openssl.org>
Sun, 18 Aug 2002 21:33:02 +0000
(21:33 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 18 Aug 2002 21:33:02 +0000
(21:33 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 90500d190c61a546a053a65423ae6148ab37266e..d7af0815f331a24a31e1397c0607cecb6334ce1d 100644
(file)
--- 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