From 6bc1dfd65150d2e3301a38a7a4eb4b23b0bab729 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 2 Feb 2016 12:56:21 +0100 Subject: [PATCH] bn/Makefile.in: remove obsolete rules. Reviewed-by: Richard Levitte --- crypto/bn/Makefile.in | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/crypto/bn/Makefile.in b/crypto/bn/Makefile.in index 897580f647..9d454465e4 100644 --- a/crypto/bn/Makefile.in +++ b/crypto/bn/Makefile.in @@ -81,12 +81,6 @@ sparct4-mont.S: asm/sparct4-mont.pl sparcv9-gf2m.S: asm/sparcv9-gf2m.pl $(PERL) asm/sparcv9-gf2m.pl $(CFLAGS) > $@ -bn-mips3.o: asm/mips3.s - @if [ "$(CC)" = "gcc" ]; then \ - ABI=`expr "$(CFLAGS)" : ".*-mabi=\([n3264]*\)"` && \ - as -$$ABI -O -o $@ asm/mips3.s; \ - else $(CC) -c $(CFLAGS) -o $@ asm/mips3.s; fi - bn-mips.s: asm/mips.pl $(PERL) asm/mips.pl $(PERLASM_SCHEME) $@ mips-mont.s: asm/mips-mont.pl @@ -115,13 +109,6 @@ bn-ia64.s: asm/ia64.S ia64-mont.s: asm/ia64-mont.pl $(PERL) asm/ia64-mont.pl $@ $(CFLAGS) -# GNU assembler fails to compile PA-RISC2 modules, insist on calling -# vendor assembler... -pa-risc2W.o: asm/pa-risc2W.s - $(PERL) $(TOP)/util/fipsas.pl $(TOP) $< /usr/ccs/bin/as -o pa-risc2W.o asm/pa-risc2W.s -pa-risc2.o: asm/pa-risc2.s - $(PERL) $(TOP)/util/fipsas.pl $(TOP) $< /usr/ccs/bin/as -o pa-risc2.o asm/pa-risc2.s - parisc-mont.s: asm/parisc-mont.pl $(PERL) asm/parisc-mont.pl $(PERLASM_SCHEME) $@ @@ -156,7 +143,7 @@ depend: $(TOP)/util/domd $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) clean: - rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f *.s *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # Different flavours of make disagree on where output goes .c.o: -- 2.34.1