summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-26 22:10:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-26 22:10:28 +0000
commitae6cb5483ef687ff52bdf59fca0d13651a84759a (patch)
tree17b6baf1227738a9b160714bda0a58f5bc030874 /crypto/Makefile
parenta168ec1d27afc234791de0e4ee6a784bad411b22 (diff)
Use || instead of && so build doesn't fail.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 3e5f7ae882..544e236005 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -102,7 +102,7 @@ lib: $(LIB)
@touch lib
$(LIB): $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- [ -n "$(FIPSLIBDIR)" ] && $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
+ [ -z "$(FIPSLIBDIR)" ] || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
$(RANLIB) $(LIB) || echo Never mind.
shared: buildinf.h lib subdirs