summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-12-31 13:36:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-12-31 13:36:16 +0000
commitd48c5e8c45610128111ac22599eba37694441c45 (patch)
treecabf4ea8ea34ffb3bede139aeb91470144c3c0b0
parentf645290f314d97ada28499227fcd826d5f88f4b2 (diff)
downloadopenssl-new-d48c5e8c45610128111ac22599eba37694441c45.tar.gz
Typo.
-rw-r--r--fips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/Makefile b/fips/Makefile
index e733300101..04b1fb08ae 100644
--- a/fips/Makefile
+++ b/fips/Makefile
@@ -139,7 +139,7 @@ links:
# lib: and $(LIB): are splitted to avoid end-less loop
lib: $(LIB)
- if [ "$(FIPSCANISTERINTERNAL)" = "n" -a -n "$(FIPSCANLON)"]; then $(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC); fi
+ if [ "$(FIPSCANISTERINTERNAL)" = "n" -a -n "$(FIPSCANLOC)"]; then $(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC); fi
@touch lib
$(LIB): $(FIPSLIBDIR)fipscanister.o