changeset 81921:b315d660621f

(clean): Don't delete *~.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 16 Jul 2007 22:41:23 +0000
parents 0ed74d213d87
children 673dae20298a
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	Mon Jul 16 22:40:17 2007 +0000
+++ b/lib-src/makefile.w32-in	Mon Jul 16 22:41:23 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)