ia64-mont.pl: add shorter vector support ("shorter" refers to 512 bits and
[oweals/openssl.git] / crypto / bn / Makefile
index c42ef3e85c222697e8cbe16ff922be65d3b088e5..134b4a977704743f48c7645a394ca5ff94a73bd0 100644 (file)
@@ -92,6 +92,8 @@ x86_64-mont.s:        asm/x86_64-mont.pl
 
 bn-ia64.s:     asm/ia64.S
        $(CC) $(CFLAGS) -E asm/ia64.S > $@
+ia64-mont.s:   asm/ia64-mont.pl
+       $(PERL) asm/ia64-mont.pl $@ $(CFLAGS)
 
 # GNU assembler fails to compile PA-RISC2 modules, insist on calling
 # vendor assembler...