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:
6dff52e
)
Use ARX in crypto/Makefile
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Jan 2011 16:22:03 +0000
(16:22 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 26 Jan 2011 16:22:03 +0000
(16:22 +0000)
crypto/Makefile
patch
|
blob
|
history
diff --git
a/crypto/Makefile
b/crypto/Makefile
index 91efa3358e3b86d0d558fb5b7573912b5e7c6b6d..14938c8ed799e02ebb3fd9b87bf98a20d9f09777 100644
(file)
--- a/
crypto/Makefile
+++ b/
crypto/Makefile
@@
-100,7
+100,7
@@
links:
lib: $(LIB)
@touch lib
$(LIB): $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(AR
X
) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
shared: buildinf.h lib subdirs