From: Eli Zaretskii Date: Mon, 16 Jul 2007 22:41:49 +0000 (+0000) Subject: (clean): Don't delete *~. X-Git-Tag: emacs-pretest-23.0.90~11878 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9724908a55f7f62b47c52a773907eedb71004521;p=emacs.git (clean): Don't delete *~. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 597d203ba41..a97002eb0bf 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2007-07-16 Eli Zaretskii + + * makefile.w32-in (clean): Don't delete *~. + 2007-06-07 Glenn Morris * etags.c (print_version): Add `emacs_copyright' string, for diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 953fa7ae6be..b552160c759 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -324,8 +324,10 @@ install: $(INSTALL_FILES) # # 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)