From: Dr. Stephen Henson Date: Mon, 31 Dec 2007 13:36:16 +0000 (+0000) Subject: Typo. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d48c5e8c45610128111ac22599eba37694441c45;p=oweals%2Fopenssl.git Typo. --- 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