projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
450853c
)
crypto/aes/Makefile: make it work on IRIX.
author
Andy Polyakov
<appro@openssl.org>
Tue, 28 Jun 2011 12:55:39 +0000
(12:55 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 28 Jun 2011 12:55:39 +0000
(12:55 +0000)
crypto/aes/Makefile
patch
|
blob
|
history
diff --git
a/crypto/aes/Makefile
b/crypto/aes/Makefile
index 1c6e8c6d5ea9d88e12082de8ed1c8e1fcf74f75b..cf1b3e545f9f09766b7593e29f796e043c24dcdc 100644
(file)
--- 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