aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 759572f85eb..b8d0e7b54ce 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -806,6 +806,9 @@ elnlisp := $(addprefix ${lispsource}/,${elnlisp}) $(lisp:.elc=.eln)
806../native-lisp: | $(pdmp) 806../native-lisp: | $(pdmp)
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 if test $(SYSTEM_TYPE) = cygwin; then \
810 find $@ -name '*.eln' | rebase -v -O -T -; \
811 fi; \
809 LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup --temacs=pdump \ 812 LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup --temacs=pdump \
810 --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR) \ 813 --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR) \
811 && cp -f emacs$(EXEEXT) bootstrap-emacs$(EXEEXT) \ 814 && cp -f emacs$(EXEEXT) bootstrap-emacs$(EXEEXT) \