diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 25c7865d4a1..759572f85eb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -807,8 +807,9 @@ elnlisp := $(addprefix ${lispsource}/,${elnlisp}) $(lisp:.elc=.eln) | |||
| 807 | if test ! -d $@; then \ | 807 | if test ! -d $@; then \ |
| 808 | mkdir $@ && $(MAKE) $(AM_V_NO_PD) $(elnlisp); \ | 808 | mkdir $@ && $(MAKE) $(AM_V_NO_PD) $(elnlisp); \ |
| 809 | LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup --temacs=pdump \ | 809 | LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup --temacs=pdump \ |
| 810 | --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR); \ | 810 | --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR) \ |
| 811 | cp -f $@ $(bootstrap_pdmp); \ | 811 | && cp -f emacs$(EXEEXT) bootstrap-emacs$(EXEEXT) \ |
| 812 | && cp -f $(pdmp) $(bootstrap_pdmp); \ | ||
| 812 | fi | 813 | fi |
| 813 | endif | 814 | endif |
| 814 | 815 | ||