diff lisp/makefile.w32-in @ 81917:4a73d4ff3f6a

(clean): Don't delete *~.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 16 Jul 2007 22:37:01 +0000
parents 2c9041566e2f
children 389e3d7783aa a1be62cbd32a
line wrap: on
line diff
--- a/lisp/makefile.w32-in	Mon Jul 16 22:36:01 2007 +0000
+++ b/lisp/makefile.w32-in	Mon Jul 16 22:37:01 2007 +0000
@@ -441,5 +441,7 @@
 #
 # 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) *~
+		- $(DEL) *.el~