diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:27:11 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:27:11 +0000 |
commit | 0ba5fa0ec8388441deb5d87bb6ea7ed5dd4b5929 (patch) | |
tree | 43e7382cf10879cb8a6116d14b29b32fe781b173 /leim | |
parent | 7b273f2f1d0744576c22e968454bf39f280bca3c (diff) | |
download | emacs-0ba5fa0ec8388441deb5d87bb6ea7ed5dd4b5929.tar.gz |
(clean mostlyclean): Ignore errors when deleting
leim-list.el.
(distclean maintainer-clean): Ditto for stamp-subdir.
Diffstat (limited to 'leim')
-rw-r--r-- | leim/makefile.w32-in | 4 |
1 files 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
|