changeset 31642:c2656bf26bb3

(clean mostlyclean): Ignore errors when removing files.
author Andrew Innes <andrewi@gnu.org>
date Fri, 15 Sep 2000 17:50:19 +0000
parents 15837f59a747
children 70b993b681e2
files leim/makefile.w32-in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/leim/makefile.w32-in	Fri Sep 15 17:33:37 2000 +0000
+++ b/leim/makefile.w32-in	Fri Sep 15 17:50:19 2000 +0000
@@ -158,8 +158,8 @@
 	- $(DEL) $(INSTALL_DIR)/same-dir.tst
 
 clean mostlyclean:
-	$(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR)c $(ENDFOR)
-	$(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
+	- $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR)c $(ENDFOR)
+	- $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
 	- $(DEL) leim-list.el
 
 distclean maintainer-clean: