crypto/modes/Makefile: fix typo in ghash-parisc.s rule.

This commit is contained in:
Andy Polyakov 2010-08-21 11:20:25 +00:00
parent 0b789adc67
commit 3fdd168ffc

View 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) $@