From: Richard Levitte Date: Thu, 3 Dec 2015 14:20:10 +0000 (+0100) Subject: Add cleanup of *.s X-Git-Tag: OpenSSL_1_0_2e~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fb4f46763fed3c600db21974577061b611b6fa46;p=oweals%2Fopenssl.git Add cleanup of *.s Reviewed-by: Matt Caswell --- diff --git a/crypto/ec/Makefile b/crypto/ec/Makefile index 359ef4e40f..89491454a4 100644 --- a/crypto/ec/Makefile +++ b/crypto/ec/Makefile @@ -89,7 +89,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.