crypto/modes/Makefile: fix typo in ghash-parisc.s rule.
authorAndy Polyakov <appro@openssl.org>
Sat, 21 Aug 2010 11:20:25 +0000 (11:20 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 21 Aug 2010 11:20:25 +0000 (11:20 +0000)
crypto/modes/Makefile

index 90de96b8bda547657e5d52753428216b67b7fa28..69496cf533c6fd99995d90978b91e0d5b487bab7 100644 (file)
@@ -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) $@