X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fmodes%2FMakefile;h=69496cf533c6fd99995d90978b91e0d5b487bab7;hp=90de96b8bda547657e5d52753428216b67b7fa28;hb=3fdd168ffc4de2f2b30db438af7893ad56392673;hpb=0b789adc671b5b8bae94027d17e30696f01b23d8 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) $@