summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-07-20 19:50:18 +0000
committerEli Zaretskii <eliz@gnu.org>2007-07-20 19:50:18 +0000
commitb4b43dccf3a17a0410fc9806671bbd3183482dd4 (patch)
tree6157d8dda85fa916372175627f39f0268c4dc945 /leim
parent32ffbf81729601ea346f11f72c40ba07dcebedba (diff)
downloademacs-b4b43dccf3a17a0410fc9806671bbd3183482dd4.tar.gz
(extraclean): Don't delete *~.
Diffstat (limited to 'leim')
-rw-r--r--leim/makefile.w32-in4
1 files changed, 3 insertions, 1 deletions
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index 08022d38cf2..6f6508feceb 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -215,5 +215,7 @@ distclean: clean
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)