Commit 3fdd168f authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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

parent 0b789adc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) $@