[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Richard Levitte
levitte at openssl.org
Thu Dec 3 14:26:56 UTC 2015
The branch OpenSSL_1_0_2-stable has been updated
via fb4f46763fed3c600db21974577061b611b6fa46 (commit)
from babe434c99251cd1e3c84d6906f579509343186c (commit)
- Log -----------------------------------------------------------------
commit fb4f46763fed3c600db21974577061b611b6fa46
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Dec 3 15:20:10 2015 +0100
Add cleanup of *.s
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/ec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/ec/Makefile b/crypto/ec/Makefile
index 359ef4e..8949145 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.
More information about the openssl-commits
mailing list