From 8170b12578db0f2d09994e2cd7e3651149b4648f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 26 Mar 2000 14:05:11 +0000 Subject: [PATCH] (bootstrap-emacs): Use `mv -f' instead of `mv'. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5