From 55a91d016c56ac60e1246ea135698bd9a296514a Mon Sep 17 00:00:00 2001 From: appro Date: Mon, 30 Apr 2007 09:22:22 +0000 Subject: Engage s390x assembler modules. --- crypto/bn/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/bn/Makefile') diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index 3fd08e719..ffcb42a2c 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 -- cgit v1.2.1