summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-08-21 11:20:25 +0000
committerAndy Polyakov <appro@openssl.org>2010-08-21 11:20:25 +0000
commit3fdd168ffc4de2f2b30db438af7893ad56392673 (patch)
treedc9708fde2f918f88ca5434b672572512af97e4b /crypto
parent0b789adc671b5b8bae94027d17e30696f01b23d8 (diff)
crypto/modes/Makefile: fix typo in ghash-parisc.s rule.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/modes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile
index 90de96b8bd..69496cf533 100644
--- a/crypto/modes/Makefile
+++ b/crypto/modes/Makefile
@@ -54,7 +54,7 @@ ghash-sparcv9.s: asm/ghash-sparcv9.pl
ghash-alpha.s: asm/ghash-alpha.pl
$(PERL) $< | $(CC) -E - | tee $@ > /dev/null
ghash-parisc.s: asm/ghash-parisc.pl
- $($PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@
+ $(PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@
# GNU make "catch all"
ghash-%.s: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@