From 89d18a93bf0f5bf3c180486cfd45b758dfb180d6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 26 Jan 2007 00:13:45 +0000 Subject: [PATCH] Typo. --- fips-1.0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1