diff options
| author | Dan Nicolaescu | 2008-08-11 02:21:08 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-08-11 02:21:08 +0000 |
| commit | 11d8ec4a2c37b33639beafa20d3113a52154a379 (patch) | |
| tree | eca39876f685cb58d181e90a6db65d1db4748b2c /src/Makefile.in | |
| parent | ba0c843d85d5316754ff60849e9a7f852774b679 (diff) | |
| download | emacs-11d8ec4a2c37b33639beafa20d3113a52154a379.tar.gz emacs-11d8ec4a2c37b33639beafa20d3113a52154a379.zip | |
(bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
Diffstat (limited to 'src/Makefile.in')
| -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 a17a5acc221..6676a040467 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1372,7 +1372,7 @@ ${lispsource}loaddefs.el: $(BOOTSTRAPEMACS) | |||
| 1372 | bootstrap-emacs${EXEEXT}: temacs${EXEEXT} | 1372 | bootstrap-emacs${EXEEXT}: temacs${EXEEXT} |
| 1373 | cd ../lisp; $(MAKE) $(MFLAGS) update-subdirs | 1373 | cd ../lisp; $(MAKE) $(MFLAGS) update-subdirs |
| 1374 | #ifdef CANNOT_DUMP | 1374 | #ifdef CANNOT_DUMP |
| 1375 | ln temacs${EXEEXT} bootstrap-emacs${EXEEXT} | 1375 | ln -f temacs${EXEEXT} bootstrap-emacs${EXEEXT} |
| 1376 | #else | 1376 | #else |
| 1377 | $(RUN_TEMACS) --batch --load loadup bootstrap | 1377 | $(RUN_TEMACS) --batch --load loadup bootstrap |
| 1378 | mv -f emacs${EXEEXT} bootstrap-emacs${EXEEXT} | 1378 | mv -f emacs${EXEEXT} bootstrap-emacs${EXEEXT} |