Mercurial > emacs
diff src/Makefile.in @ 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 | 875675c5ea50 |
| children | 74440e467c99 |
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
