From 4b26fe30de5c29439ebcf39f0baf897864211883 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Wed, 11 May 2005 16:39:05 +0000 Subject: [PATCH] There must be an explicit way to build the .o! --- crypto/bn/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index 0a3851853d..fe34104caf 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -85,7 +85,10 @@ co86-out.s: asm/co-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) co-586.pl a.out $(CFLAGS) > ../$@) sparcv8.o: asm/sparcv8.S + sparcv8plus.o: asm/sparcv8plus.S + $(CC) $(CFLAGS) -c asm/sparcv8plus.S + mips3.o: asm/mips3.s x86_64-gcc.o: asm/x86_64-gcc.c -- 2.25.1