summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-31 12:17:35 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-31 12:17:35 +0000
commit20a85e9f69b6eed758667d59a718190ff43c11b8 (patch)
tree39234e41e57edc862688fb9d5265905450b3f6ab /crypto/bn/Makefile
parent2a6144a1b6a790a88d14b90e5381a66dec32c1da (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