diff options
| author | Gerd Moellmann | 2000-03-26 14:05:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-26 14:05:11 +0000 |
| commit | 8170b12578db0f2d09994e2cd7e3651149b4648f (patch) | |
| tree | 273f73cab802728d8e70340a44772958a2947fe1 /src | |
| parent | d488166820e1e38ca2d0cb03ced717b81dc2901c (diff) | |
| download | emacs-8170b12578db0f2d09994e2cd7e3651149b4648f.tar.gz emacs-8170b12578db0f2d09994e2cd7e3651149b4648f.zip | |
(bootstrap-emacs): Use `mv -f' instead of `mv'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 1237 | ./temacs --batch --load loadup bootstrap | 1237 | ./temacs --batch --load loadup bootstrap |
| 1238 | #endif /* ! defined (HAVE_SHM) */ | 1238 | #endif /* ! defined (HAVE_SHM) */ |
| 1239 | #endif /* ! defined (CANNOT_DUMP) */ | 1239 | #endif /* ! defined (CANNOT_DUMP) */ |
| 1240 | mv emacs bootstrap-emacs | 1240 | mv -f emacs bootstrap-emacs |
| 1241 | rm -f temacs | 1241 | rm -f temacs |
| 1242 | 1242 | ||