summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-02-26 16:42:57 +0100
committerAndy Polyakov <appro@openssl.org>2014-02-26 16:42:57 +0100
commit559e69f9b445a40ddbfdfdbd2851cf1ecc67366a (patch)
tree3f6cf1e07b089e0c584c83f5dfc59b3af7f64115 /crypto/Makefile
parentf3b7e522d88355abfb04256ed135ff532d4fd5a4 (diff)
crypto/Makefile: make it OSF-make-friendly
PR: 3165
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 15ef1d945b..5f6a064216 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -105,7 +105,7 @@ lib: $(LIB)
@touch lib
$(LIB): $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- [ -z "$(FIPSLIBDIR)" ] || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
+ test -z "$(FIPSLIBDIR)" || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
$(RANLIB) $(LIB) || echo Never mind.
shared: buildinf.h lib subdirs