From 62526671e91f3c0283eae783a42c58fa816417b3 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 23 Jun 2005 16:24:51 +0000 Subject: [PATCH 1/1] Typo in bn-mips3 rule. --- crypto/bn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index 7f7b3a0bfb..6926c77799 100644 --- 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; \ -- 2.34.1