diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index 6926c77799216afe17313059105ec833f44ca05e..4afb6a393c962d9a7053649e63b09e013e92ec88 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