summaryrefslogtreecommitdiffstats
path: root/crypto/rc4/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-07-26 21:56:16 +0000
committerAndy Polyakov <appro@openssl.org>2010-07-26 21:56:16 +0000
commit6219d2c294e4c8a4cf6c80c3c15dd6c3ea321e74 (patch)
tree578187d03d6457877b9dcfbe34412edfeb202979 /crypto/rc4/Makefile
parent85e28dfa6ffe1133b9f6e170e54ac39e9580731b (diff)
rc4-s390x.pl: harmonize build rule with other similar rules.
Diffstat (limited to 'crypto/rc4/Makefile')
-rw-r--r--crypto/rc4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/rc4/Makefile b/crypto/rc4/Makefile
index 3f467a68fd..aa25be6fff 100644
--- a/crypto/rc4/Makefile
+++ b/crypto/rc4/Makefile
@@ -50,9 +50,6 @@ rc4-x86_64.s: asm/rc4-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) $@
@@ -63,6 +60,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