From 0ba5fa0ec8388441deb5d87bb6ea7ed5dd4b5929 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 14 Sep 2000 21:27:11 +0000 Subject: [PATCH] (clean mostlyclean): Ignore errors when deleting leim-list.el. (distclean maintainer-clean): Ditto for stamp-subdir. --- leim/makefile.w32-in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2