summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-06-28 08:52:36 +0000
committerAndy Polyakov <appro@openssl.org>2011-06-28 08:52:36 +0000
commitb247f7387fbfca39d3b117c2d35ddd75cf47d436 (patch)
tree3edabff66c57d17b6faaf4f27110f8762e334927 /crypto/bn/Makefile
parentbdd454973d241f7b56334680379a12b21867a45b (diff)
crypto/bn/Makefile: fix typo.
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r--crypto/bn/Makefile4
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