mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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
|
||||
$(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) $@
|
||||
|
Loading…
Reference in New Issue
Block a user