Mercurial > emacs
changeset 31622:ba6f78070666
(clean mostlyclean): Ignore errors when deleting
leim-list.el.
(distclean maintainer-clean): Ditto for stamp-subdir.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 14 Sep 2000 21:27:11 +0000 |
parents | b4b7c7c35095 |
children | 803eb50a2405 |
files | leim/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/makefile.w32-in Thu Sep 14 21:25:13 2000 +0000 +++ b/leim/makefile.w32-in Thu Sep 14 21:27:11 2000 +0000 @@ -160,8 +160,8 @@ clean mostlyclean: $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR)c $(ENDFOR) $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) - $(DEL) leim-list.el + - $(DEL) leim-list.el distclean maintainer-clean: if exist stamp-subdir $(DELTREE) $(SUBDIRS) - $(DEL) stamp-subdir + - $(DEL) stamp-subdir