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:
88ebf53
)
Typo in bn-mips3 rule.
author
Andy Polyakov
<appro@openssl.org>
Thu, 23 Jun 2005 16:24:51 +0000
(16:24 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 23 Jun 2005 16:24:51 +0000
(16:24 +0000)
crypto/bn/Makefile
patch
|
blob
|
history
diff --git
a/crypto/bn/Makefile
b/crypto/bn/Makefile
index 7f7b3a0bfbab36bf2384186049b76b1cc5ab913a..6926c77799216afe17313059105ec833f44ca05e 100644
(file)
--- a/
crypto/bn/Makefile
+++ b/
crypto/bn/Makefile
@@
-83,7
+83,7
@@
sparcv8.o: asm/sparcv8.S
sparcv8plus.o: asm/sparcv8plus.S
$(CC) $(CFLAGS) -c asm/sparcv8plus.S
-bn-mips3.
s
: asm/mips3.s
+bn-mips3.
o
: asm/mips3.s
@if [ "$(CC)" = "gcc" ]; then \
ABI=`expr "$(CFLAGS)" : ".*-mabi=\([n3264]*\)"` && \
as -$$ABI -O -o $@ asm/mips3.s; \