From: Gerd Moellmann Date: Sun, 26 Mar 2000 14:05:11 +0000 (+0000) Subject: (bootstrap-emacs): Use `mv -f' instead of `mv'. X-Git-Tag: emacs-pretest-21.0.90~4498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8170b12578db0f2d09994e2cd7e3651149b4648f;p=emacs.git (bootstrap-emacs): Use `mv -f' instead of `mv'. --- diff --git a/src/Makefile.in b/src/Makefile.in index f591a32bd84..8eedd252bac 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1237,6 +1237,6 @@ bootstrap-emacs: bootstrap-temacs ./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