From: Andy Polyakov Date: Sat, 21 Aug 2010 11:20:25 +0000 (+0000) Subject: crypto/modes/Makefile: fix typo in ghash-parisc.s rule. X-Git-Tag: OpenSSL-fips-2_0-rc1~1008 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3fdd168ffc4de2f2b30db438af7893ad56392673;p=oweals%2Fopenssl.git crypto/modes/Makefile: fix typo in ghash-parisc.s rule. --- 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) $@