summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-05 15:52:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-05 15:52:06 +0000
commit757e9886a0150c72c8f43ae2162a272020e81648 (patch)
tree601a4886e275022128f6318f0e63d58897624fb1 /Makefile.org
parentf45e8c7bddb5eaa38cbc2fd443cf946a834e61c5 (diff)
Update from HEAD.
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) \