summaryrefslogtreecommitdiffstats
path: root/crypto/modes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-07-02 08:09:30 +0000
committerAndy Polyakov <appro@openssl.org>2010-07-02 08:09:30 +0000
commitb28750877c2d5f51e5db4cf99e3fb9b3b42130f6 (patch)
treebd0cd8a2eb0efad954e114853ef0b092c9d2e85b /crypto/modes/Makefile
parentd9218e11e274ad09c6ae28e9638145690e9a98e7 (diff)
ghash-sparcv9.pl: fix Makefile rule and add performance data for T1.
Diffstat (limited to 'crypto/modes/Makefile')
-rw-r--r--crypto/modes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile
index 0d6306c47a..6617619fa9 100644
--- a/crypto/modes/Makefile
+++ b/crypto/modes/Makefile
@@ -50,7 +50,7 @@ ghash-x86.s: asm/ghash-x86.pl
ghash-x86_64.s: asm/ghash-x86_64.pl
$(PERL) asm/ghash-x86_64.pl $(PERLASM_SCHEME) > $@
ghash-sparcv9.s: asm/ghash-sparcv9.pl
- $(PERL) asm/ghash-sparcv9.pl $(CFLAGS) > $@
+ $(PERL) asm/ghash-sparcv9.pl $@ $(CFLAGS)
ghash-alpha.s: asm/ghash-alpha.pl
$(PERL) $< | $(CC) -E - | tee $@ > /dev/null
ghash-parisc.s: asm/ghash-parisc.pl