]> git.eshelyaron.com Git - emacs.git/commitdiff
(clean mostlyclean): Ignore errors when deleting
authorAndrew Innes <andrewi@gnu.org>
Thu, 14 Sep 2000 21:27:11 +0000 (21:27 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 14 Sep 2000 21:27:11 +0000 (21:27 +0000)
leim-list.el.
(distclean maintainer-clean): Ditto for stamp-subdir.

leim/makefile.w32-in

index 8ec885b51cb9382e351ae62954ab7b3f8f89f349..2a7c64e964586545fb82daf1ab705e1698256e40 100644 (file)
@@ -160,8 +160,8 @@ install: all
 clean mostlyclean:\r
        $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR)c $(ENDFOR)\r
        $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)\r
-       $(DEL) leim-list.el\r
+       $(DEL) leim-list.el\r
 \r
 distclean maintainer-clean:\r
        if exist stamp-subdir $(DELTREE) $(SUBDIRS)\r
-       $(DEL) stamp-subdir\r
+       $(DEL) stamp-subdir\r