From: Andy Polyakov Date: Mon, 26 Jul 2010 21:53:01 +0000 (+0000) Subject: modes/Makefile: update clean rule. X-Git-Tag: OpenSSL-fips-2_0-rc1~1026 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6559b40df0f828f97038ca8dd2f23decb5ecefba;p=oweals%2Fopenssl.git modes/Makefile: update clean rule. --- diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile index cbda0522cf..90de96b8bd 100644 --- a/crypto/modes/Makefile +++ b/crypto/modes/Makefile @@ -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.