summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-09 15:23:00 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-09 15:23:00 +0000
commit0b59755f434eca1ed621974ae9f95663dcdcac35 (patch)
tree7e7cf67213a40bd9de59be218583e99bf2107972 /crypto/bn
parent1fb97e131370eaed51cb07dcd25f35a0095f7b0d (diff)
Call fipsas.pl directly for pa-risc targets.
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 5115c2afaa..61b6b702b2 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -105,9 +105,9 @@ ia64-mont.s: asm/ia64-mont.pl
# GNU assembler fails to compile PA-RISC2 modules, insist on calling
# vendor assembler...
pa-risc2W.o: asm/pa-risc2W.s
- /usr/ccs/bin/as -o pa-risc2W.o asm/pa-risc2W.s
+ $(PERL) $(TOP)/util/fipsas.pl $(TOP) $< /usr/ccs/bin/as -o pa-risc2W.o asm/pa-risc2W.s
pa-risc2.o: asm/pa-risc2.s
- /usr/ccs/bin/as -o pa-risc2.o asm/pa-risc2.s
+ $(PERL) $(TOP)/util/fipsas.pl $(TOP) $< /usr/ccs/bin/as -o pa-risc2.o asm/pa-risc2.s
parisc-mont.s: asm/parisc-mont.pl
$(PERL) asm/parisc-mont.pl $(PERLASM_SCHEME) $@