crypto/modes/Makefile: fix typo in ghash-parisc.s rule.
This commit is contained in:
parent
0b789adc67
commit
3fdd168ffc
@ -54,7 +54,7 @@ ghash-sparcv9.s: asm/ghash-sparcv9.pl
|
|||||||
ghash-alpha.s: asm/ghash-alpha.pl
|
ghash-alpha.s: asm/ghash-alpha.pl
|
||||||
$(PERL) $< | $(CC) -E - | tee $@ > /dev/null
|
$(PERL) $< | $(CC) -E - | tee $@ > /dev/null
|
||||||
ghash-parisc.s: asm/ghash-parisc.pl
|
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"
|
# GNU make "catch all"
|
||||||
ghash-%.s: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
|
ghash-%.s: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user