From 2a5b22d6f9bb0cca91933e841f510a9cc99c1a49 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 23 Jun 2005 20:38:19 +0000 Subject: [PATCH] Missed -c in IRIX rule. --- crypto/bn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index 6926c77799..4afb6a393c 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -87,7 +87,7 @@ bn-mips3.o: asm/mips3.s @if [ "$(CC)" = "gcc" ]; then \ ABI=`expr "$(CFLAGS)" : ".*-mabi=\([n3264]*\)"` && \ as -$$ABI -O -o $@ asm/mips3.s; \ - else $(CC) $(CFLAGS) -o $@ asm/mips3.s; fi + else $(CC) -c $(CFLAGS) -o $@ asm/mips3.s; fi x86_64-gcc.o: asm/x86_64-gcc.c $(CC) $(CFLAGS) -c -o $@ asm/x86_64-gcc.c -- 2.40.0