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