ghash-ia64.pl: 50% performance improvement of gcm_ghash_4bit.
[openssl.git] / crypto / modes / Makefile
index 90de96b8bda547657e5d52753428216b67b7fa28..16805204347c4913a016ca287e3685365f39879a 100644 (file)
@@ -43,7 +43,7 @@ lib:  $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib
 
-aes-ia64.s:    asm/ghash-ia64.pl
+ghash-ia64.s:  asm/ghash-ia64.pl
        $(PERL) asm/ghash-ia64.pl $@ $(CFLAGS)
 ghash-x86.s:   asm/ghash-x86.pl
        $(PERL) asm/ghash-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
@@ -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) $@