diff options
author | Andy Polyakov <appro@openssl.org> | 2011-06-28 10:52:36 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2011-06-28 10:52:36 +0200 |
commit | b247f7387fbfca39d3b117c2d35ddd75cf47d436 (patch) | |
tree | 3edabff66c57d17b6faaf4f27110f8762e334927 /crypto/bn/Makefile | |
parent | auto detect configuration using KERNEL_BITS and CC (diff) | |
download | openssl-b247f7387fbfca39d3b117c2d35ddd75cf47d436.tar.xz openssl-b247f7387fbfca39d3b117c2d35ddd75cf47d436.zip |
crypto/bn/Makefile: fix typo.
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r-- | crypto/bn/Makefile | 4 |
1 files 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 |