From: Andy Polyakov Date: Tue, 28 Jun 2011 08:52:36 +0000 (+0000) Subject: crypto/bn/Makefile: fix typo. X-Git-Tag: OpenSSL-fips-2_0-rc1~284 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b247f7387fbfca39d3b117c2d35ddd75cf47d436;p=oweals%2Fopenssl.git crypto/bn/Makefile: fix typo. --- 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