From: Andy Polyakov Date: Thu, 23 Jun 2005 16:24:51 +0000 (+0000) Subject: Typo in bn-mips3 rule. X-Git-Tag: OpenSSL_0_9_8k^2~1989 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=62526671e91f3c0283eae783a42c58fa816417b3;hp=88ebf53577021d66889432da79efe5a2255555b0;ds=sidebyside Typo in bn-mips3 rule. --- 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; \