Mercurial > emacs
changeset 28311:f6e879f6db8a
(bootstrap-emacs): Use `mv -f' instead of `mv'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 26 Mar 2000 14:05:11 +0000 |
parents | 9ba6478b7a27 |
children | 034f252dd69b |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sun Mar 26 00:12:35 2000 +0000 +++ b/src/Makefile.in Sun Mar 26 14:05:11 2000 +0000 @@ -1237,6 +1237,6 @@ ./temacs --batch --load loadup bootstrap #endif /* ! defined (HAVE_SHM) */ #endif /* ! defined (CANNOT_DUMP) */ - mv emacs bootstrap-emacs + mv -f emacs bootstrap-emacs rm -f temacs