From: Andy Polyakov Date: Thu, 23 Jun 2005 20:37:29 +0000 (+0000) Subject: Missed -c in IRIX rules. X-Git-Tag: OpenSSL_0_9_8k^2~1988 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c25f2f1cbf21f528bb12667e25dc85c05c01eb62;hp=62526671e91f3c0283eae783a42c58fa816417b3 Missed -c in IRIX rules. --- 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