# HG changeset patch # User Andrew Innes # Date 969040219 0 # Node ID c2656bf26bb34ef09b1156cf4a767db39e768cd1 # Parent 15837f59a747324930fc176ed0e4a011b55c6804 (clean mostlyclean): Ignore errors when removing files. diff -r 15837f59a747 -r c2656bf26bb3 leim/makefile.w32-in --- 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: