diff leim/makefile.w32-in @ 81915:936c58784647

(extraclean): Don't delete *~.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 16 Jul 2007 22:35:41 +0000
parents 3d45362f1d38
children fb102a64d593 a1be62cbd32a
line wrap: on
line diff
--- a/leim/makefile.w32-in	Mon Jul 16 22:34:38 2007 +0000
+++ b/leim/makefile.w32-in	Mon Jul 16 22:35:41 2007 +0000
@@ -215,5 +215,7 @@
 maintainer-clean: distclean
 	- $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
 
+# We used to delete *~ here, but that might inadvertently remove
+# precious files if it happens to match their short 8+3 aliases.
 extraclean: maintainer-clean
-	- $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
+	- $(FOREACH) *.el~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)