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:
2a6144a
)
Missing sparcv8.o rule.
author
Andy Polyakov
<appro@openssl.org>
Tue, 31 May 2005 12:17:35 +0000
(12:17 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 31 May 2005 12:17:35 +0000
(12:17 +0000)
PR: 1082
crypto/bn/Makefile
patch
|
blob
|
history
diff --git
a/crypto/bn/Makefile
b/crypto/bn/Makefile
index 83e9940dbb5815342feb3821ae62c310b539ac38..f864a05f39b0c99ea82112fe7ae78990b3f7c5a8 100644
(file)
--- a/
crypto/bn/Makefile
+++ b/
crypto/bn/Makefile
@@
-79,7
+79,7
@@
co86-out.s: asm/co-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) co-586.pl a.out $(CFLAGS) > ../$@)
sparcv8.o: asm/sparcv8.S
-
+ $(CC) $(CFLAGS) -c asm/sparcv8.S
sparcv8plus.o: asm/sparcv8plus.S
$(CC) $(CFLAGS) -c asm/sparcv8plus.S