summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-01-26 00:13:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-01-26 00:13:45 +0000
commit89d18a93bf0f5bf3c180486cfd45b758dfb180d6 (patch)
tree15068635f3f2763c509feda2156e5925ba1bdecb
parentf1c2ab35db033548e4cb2eeafa9fbde733687e0a (diff)
Typo.
-rw-r--r--fips-1.0/Makefile2
1 files changed, 1 insertions, 1 deletions
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