X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fmodes%2FMakefile;h=d03284e869d6f03a44c767679034d977d74432e2;hb=6cd13f70bb51eb7982db8ab9f56c776b0c32b3ed;hp=ba0b094baa2afe46bd863ac96206e8dbfb4a327a;hpb=14aaf883d93fb2e321ef1fe25f687fb7b62ef8fe;p=openssl.git diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile index ba0b094baa..d03284e869 100644 --- a/crypto/modes/Makefile +++ b/crypto/modes/Makefile @@ -62,8 +62,6 @@ ghash-parisc.s: asm/ghash-parisc.pl $(PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@ ghashv8-armx.S: asm/ghashv8-armx.pl $(PERL) asm/ghashv8-armx.pl $(PERLASM_SCHEME) $@ -ghashp8-ppc.s: asm/ghashp8-ppc.pl - $(PERL) asm/ghashp8-ppc.pl $(PERLASM_SCHEME) $@ # GNU make "catch all" ghash-%.S: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@