From: Andy Polyakov Date: Tue, 28 Jun 2011 12:55:39 +0000 (+0000) Subject: crypto/aes/Makefile: make it work on IRIX. X-Git-Tag: OpenSSL-fips-2_0-rc1~279 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=be6ddecb8b88c33b2cac3c9a311110413ec70998 crypto/aes/Makefile: make it work on IRIX. --- 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