summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-05 15:51:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-05 15:51:39 +0000
commite075341d66cf35527b37e449a39de9b68cee6bcb (patch)
treee6f957a876c51642a5c595bd26d8818e5142f240 /Makefile.org
parentbc32dbbea9a5b8eb813cbc76368ceaafe2bcaeed (diff)
PR: 2002
Submitted by: Tomas Mraz <tmraz@redhat.com> Obtained from: steve@openssl.org Fix bug in libssl and krb5 linking in Makefile.org
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 ba29744a86..4bc71c0986 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -299,7 +299,7 @@ build-shared: do_$(SHLIB_TARGET) link-shared
do_$(SHLIB_TARGET):
@ set -e; libs='-L. $(SHLIBDEPS)'; for i in $(SHLIBDIRS); do \
- if [ "$(SHLIBDIRS)" = "ssl" -a -n "$(LIBKRB5)" ]; then \
+ if [ "$$i" = "ssl" -a -n "$(LIBKRB5)" ]; then \
libs="$(LIBKRB5) $$libs"; \
fi; \
$(CLEARENV) && $(MAKE) -f Makefile.shared -e $(BUILDENV) \