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:
7d05edd
)
revert Makefile change
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 25 Jan 2011 12:15:10 +0000
(12:15 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 25 Jan 2011 12:15:10 +0000
(12:15 +0000)
crypto/ec/Makefile
patch
|
blob
|
history
diff --git
a/crypto/ec/Makefile
b/crypto/ec/Makefile
index 13c1345e3af06d430513268f5e113adacfcbf087..51f56936fc30ee0093a44d9350222bca25c1f5d8 100644
(file)
--- a/
crypto/ec/Makefile
+++ b/
crypto/ec/Makefile
@@
-38,7
+38,7
@@
top:
all: lib
lib: $(LIBOBJ)
- $(AR
X
) $(LIB) $(LIBOBJ)
+ $(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib