# HG changeset patch # User Eli Zaretskii # Date 1184625683 0 # Node ID b315d660621faf6cdf3ea3c5d3c553445cf9b326 # Parent 0ed74d213d874e5b18562d3b878d4b7c25f54559 (clean): Don't delete *~. diff -r 0ed74d213d87 -r b315d660621f lib-src/makefile.w32-in --- 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)