From: Andy Polyakov Date: Thu, 23 Jun 2005 20:38:19 +0000 (+0000) Subject: Missed -c in IRIX rule. X-Git-Tag: OpenSSL_0_9_8~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a5b22d6f9bb0cca91933e841f510a9cc99c1a49;p=openssl Missed -c in IRIX rule. --- 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