summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-31 12:18:15 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-31 12:18:15 +0000
commit39663d2c40ecaa92ffb77669473150266f9e2e96 (patch)
tree0517661a467d88601f1a56d93e350635379fdacb /crypto/bn/Makefile
parent000299a0e6abddb634236caa232ac4a766d3878c (diff)
Missing sparcv8.o rule.
PR: 1082
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r--crypto/bn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 83e9940dbb..f864a05f39 100644
--- 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