From b247f7387fbfca39d3b117c2d35ddd75cf47d436 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 28 Jun 2011 08:52:36 +0000 Subject: [PATCH] crypto/bn/Makefile: fix typo. --- crypto/bn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index bbab19ec15..55583759c1 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -91,8 +91,8 @@ mips-mont.s: asm/mips-mont.pl bn-s390x.o: asm/s390x.S $(CC) $(CFLAGS) -c -o $@ asm/s390x.S -s390x-gf2m.s: asm/s390x-gfm2.pl - $(PERL) asm/s390x-gfm2.pl $(PERLASM_SCHEME) $@ +s390x-gf2m.s: asm/s390x-gf2m.pl + $(PERL) asm/s390x-gf2m.pl $(PERLASM_SCHEME) $@ x86_64-gcc.o: asm/x86_64-gcc.c $(CC) $(CFLAGS) -c -o $@ asm/x86_64-gcc.c -- 2.34.1