Typo.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 26 Jan 2007 00:13:45 +0000 (00:13 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 26 Jan 2007 00:13:45 +0000 (00:13 +0000)
fips-1.0/Makefile

index 041536d7e8db97bc69945cc243d1cd68e086bafc..55decc6f109afce77e7a50071e6de9b389800c30 100644 (file)
@@ -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