From be6ddecb8b88c33b2cac3c9a311110413ec70998 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 28 Jun 2011 12:55:39 +0000 Subject: [PATCH] crypto/aes/Makefile: make it work on IRIX. --- crypto/aes/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile index 1c6e8c6d5e..cf1b3e545f 100644 --- a/crypto/aes/Makefile +++ b/crypto/aes/Makefile @@ -67,6 +67,9 @@ aes-ppc.s: asm/aes-ppc.pl aes-parisc.s: asm/aes-parisc.pl $(PERL) asm/aes-parisc.pl $(PERLASM_SCHEME) $@ +aes-mips.s: asm/aes-mips.pl + $(PERL) asm/aes-mips.pl $(PERLASM_SCHEME) $@ + # GNU make "catch all" aes-%.S: asm/aes-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@ aes-armv4.o: aes-armv4.S -- 2.25.1