summaryrefslogtreecommitdiff
path: root/crypto/sha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha/Makefile')
-rw-r--r--crypto/sha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index de6cdde58a9c..8b8f8b285f1c 100644
--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -135,7 +135,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f *.s *.S *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
# DO NOT DELETE THIS LINE -- make depend depends on it.