X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2FMakefile;h=6926c77799216afe17313059105ec833f44ca05e;hp=7f7b3a0bfbab36bf2384186049b76b1cc5ab913a;hb=62526671e91f3c0283eae783a42c58fa816417b3;hpb=88ebf53577021d66889432da79efe5a2255555b0;ds=sidebyside 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; \