summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) $@