From: Andrew Innes Date: Thu, 14 Sep 2000 21:27:11 +0000 (+0000) Subject: (clean mostlyclean): Ignore errors when deleting X-Git-Tag: emacs-pretest-21.0.90~1603 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ba5fa0ec8388441deb5d87bb6ea7ed5dd4b5929;p=emacs.git (clean mostlyclean): Ignore errors when deleting leim-list.el. (distclean maintainer-clean): Ditto for stamp-subdir. --- diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 8ec885b51cb..2a7c64e9645 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -160,8 +160,8 @@ install: all 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