summaryrefslogtreecommitdiff
path: root/leim/makefile.w32-in
diff options
context:
space:
mode:
Diffstat (limited to 'leim/makefile.w32-in')
-rw-r--r--leim/makefile.w32-in2
1 files changed, 2 insertions, 0 deletions
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index 0c8403fca06..84ee32a309a 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -207,9 +207,11 @@ clean mostlyclean:
- $(FOREACH) $(TIT:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
- $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
- $(DEL) leim-list.el
+ - $(DEL) leim-list.el~
distclean: clean
- $(DEL) stamp-subdir
+ - $(DEL) makefile
maintainer-clean: distclean
- $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)