projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3b7e52
)
crypto/Makefile: make it OSF-make-friendly
author
Andy Polyakov
<appro@openssl.org>
Wed, 26 Feb 2014 15:42:57 +0000
(16:42 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 26 Feb 2014 15:42:57 +0000
(16:42 +0100)
PR: 3165
crypto/Makefile
patch
|
blob
|
history
diff --git
a/crypto/Makefile
b/crypto/Makefile
index 15ef1d945bbc3972dc4fddb48c690d4787789a11..5f6a06421622b3426fa0b80a0574fa1d2dbf5a0d 100644
(file)
--- 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