summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-04-30 09:22:27 +0000
committerAndy Polyakov <appro@openssl.org>2007-04-30 09:22:27 +0000
commitb900df525848eb887bd91ef3e514d88514a3d0aa (patch)
tree5e47fe88192fcfb1e11084ff5e797613e142bfa6 /crypto/bn/Makefile
parenta2a54ffc5f3e27a5e12547063b0ebbb4ba30956f (diff)
Engage s390x assembler modules.
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r--crypto/bn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 3fd08e719a..ffcb42a2c0 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -132,6 +132,9 @@ osx_ppc64-mont.s: asm/ppc-mont.pl; $(PERL) $< $@
alpha-mont.s: asm/alpha-mont.pl
$(PERL) $< | $(CC) -E - > $@
+# GNU make "catch all"
+%-mont.s: asm/%-mont.pl; $(PERL) $< $(CFLAGS) > $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO