summaryrefslogtreecommitdiffstats
path: root/crypto/rc4
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-14 20:42:22 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-14 20:42:22 +0000
commit4afba1f3d903bf4c96c2c97c3c03ecdb23c4c848 (patch)
tree42a5f415d40434ce84ec66102d321e9ca131540b /crypto/rc4
parent5999d45a5d390c610ff5acf13b81bd0d1797ecd8 (diff)
Mafiles updates to accomodate assembler update from HEAD.
Diffstat (limited to 'crypto/rc4')
-rw-r--r--crypto/rc4/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/crypto/rc4/Makefile b/crypto/rc4/Makefile
index b52704d167..1614d47961 100644
--- a/crypto/rc4/Makefile
+++ b/crypto/rc4/Makefile
@@ -52,8 +52,8 @@ rc4-md5-x86_64.s: asm/rc4-md5-x86_64.pl
rc4-ia64.S: asm/rc4-ia64.pl
$(PERL) asm/rc4-ia64.pl $(CFLAGS) > $@
-rc4-s390x.s: asm/rc4-s390x.pl
- $(PERL) asm/rc4-s390x.pl > $@
+rc4-parisc.s: asm/rc4-parisc.pl
+ $(PERL) asm/rc4-parisc.pl $(PERLASM_SCHEME) $@
rc4-ia64.s: rc4-ia64.S
@case `awk '/^#define RC4_INT/{print$$NF}' $(TOP)/include/openssl/opensslconf.h` in \
@@ -62,6 +62,9 @@ rc4-ia64.s: rc4-ia64.S
*) exit 1 ;; \
esac
+# GNU make "catch all"
+rc4-%.s: asm/rc4-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO