crypto/modes/Makefile: fix typo in ghash-parisc.s rule.
[openssl.git] / crypto / modes / Makefile
index cbda0522cf07870f2bf9d1985f9caaab3ee59285..69496cf533c6fd99995d90978b91e0d5b487bab7 100644 (file)
@@ -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) $@
@@ -92,7 +92,7 @@ dclean:
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
-       rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+       rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.