From: Andy Polyakov Date: Fri, 30 Jan 2004 05:41:23 +0000 (+0000) Subject: Typo in PA-RISC 2 rules in crypto/bn/Makefile.ssl X-Git-Tag: LEVITTE_before_const~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d04b1b46562880b97468b0fa519b36c3be770072;p=oweals%2Fopenssl.git Typo in PA-RISC 2 rules in crypto/bn/Makefile.ssl --- diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl index 341790354e..c94e7548b4 100644 --- a/crypto/bn/Makefile.ssl +++ b/crypto/bn/Makefile.ssl @@ -125,9 +125,9 @@ asm/x86_64-gcc.o: asm/x86_64-gcc.c # GNU assembler fails to compile PA-RISC2 modules, insist on calling # vendor assembler... asm/pa-risc2W.o: asm/pa-risc2W.s - /usr/ccs/bin/as -o asm/pa-rics2W.o asm/pa-risc2W.s + /usr/ccs/bin/as -o asm/pa-risc2W.o asm/pa-risc2W.s asm/pa-risc2.o: asm/pa-risc2.s - /usr/ccs/bin/as -o asm/pa-rics2.o asm/pa-risc2.s + /usr/ccs/bin/as -o asm/pa-risc2.o asm/pa-risc2.s files: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO