Mercurial > emacs
changeset 78176:799616aed103
(clean): Don't delete *~.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 20 Jul 2007 19:45:02 +0000 |
parents | 90daec7a785b |
children | 5e9948f9c780 |
files | lib-src/makefile.w32-in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/makefile.w32-in Fri Jul 20 19:43:01 2007 +0000 +++ b/lib-src/makefile.w32-in Fri Jul 20 19:45:02 2007 +0000 @@ -324,8 +324,10 @@ # # Maintenance # +# We used to delete *~ here, but that might inadvertently remove +# precious files if it happens to match their short 8+3 aliases. clean: - - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES) + - $(DEL) DOC* $(COMPILER_TEMP_FILES) - $(DEL) ctags.c - $(DEL) getopt.h - $(DEL_TREE) $(OBJDIR)