From: Dr. Stephen Henson Date: Fri, 26 Jan 2007 00:13:45 +0000 (+0000) Subject: Typo. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=89d18a93bf0f5bf3c180486cfd45b758dfb180d6;p=oweals%2Fopenssl.git Typo. --- diff --git a/fips-1.0/Makefile b/fips-1.0/Makefile index 041536d7e8..55decc6f10 100644 --- a/fips-1.0/Makefile +++ b/fips-1.0/Makefile @@ -141,7 +141,7 @@ lib: $(FIPSCANLOC) delexobj @touch lib shared: fips_premain_dso$(EXE_EXT) - if [ -n "$(SHARED_LIBS)" -a "$(FIPSCANLIB)" != "libfips" ]; then \ + if [ -n "$(SHARED_LIBS)" -a "$(FIPSCANLIB)" = "libfips" ]; then \ (cd ..; $(MAKE) FIPSLD_CC=$(CC) FIPSLD=fips-1.0/fipsld $(SHARED_LIB)); \ fi