]> git.eshelyaron.com Git - emacs.git/commitdiff
(clean mostlyclean): Delete leim-list.el~.
authorEli Zaretskii <eliz@gnu.org>
Fri, 20 Jun 2008 15:20:34 +0000 (15:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 20 Jun 2008 15:20:34 +0000 (15:20 +0000)
(distclean): Delete makefile.

leim/ChangeLog
leim/makefile.w32-in

index 7ce22aab5cff58e2c7ecc9415200d979f38438c0..2b60d7088dab122583fd826d3f2c1d062138c09b 100644 (file)
@@ -2,6 +2,8 @@
 
        * makefile.w32-in (distclean): Don't delete `quail' subdir: if we
        are building in the sandbox, there are precious files there.
+       (clean mostlyclean): Delete leim-list.el~.
+       (distclean): Delete makefile.
 
 2008-06-13  Teodor Zlatanov  <tzz@lifelogs.com>
 
index 0c8403fca0644c4ceee4241a626034f8ce55ecfc..84ee32a309a032423132dadbca86c94730c3251f 100644 (file)
@@ -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)