aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 63a4aa80e93..31a5a7e7709 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -587,7 +587,7 @@ endif
587ifeq ($(DUMPING),pdumper) 587ifeq ($(DUMPING),pdumper)
588$(pdmp): emacs$(EXEEXT) 588$(pdmp): emacs$(EXEEXT)
589 LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup --temacs=pdump \ 589 LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup --temacs=pdump \
590 --bin-dest $(BIN_DESTDIR) --lisp-dest $(LISP_DESTDIR) 590 --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR)
591 cp -f $@ $(bootstrap_pdmp) 591 cp -f $@ $(bootstrap_pdmp)
592endif 592endif
593 593
@@ -790,10 +790,6 @@ tags: TAGS ../lisp/TAGS $(lwlibdir)/TAGS
790 @$(MAKE) $(AM_V_NO_PD) -C ../lisp EMACS="$(bootstrap_exe)"\ 790 @$(MAKE) $(AM_V_NO_PD) -C ../lisp EMACS="$(bootstrap_exe)"\
791 THEFILE=$< $<c 791 THEFILE=$< $<c
792 792
793%.eln: %.el | bootstrap-emacs$(EXEEXT) $(bootstrap_pdmp)
794 @$(MAKE) $(AM_V_NO_PD) -C ../lisp EMACS="$(bootstrap_exe)"\
795 THEFILE=$< $<n
796
797## VCSWITNESS points to the file that holds info about the current checkout. 793## VCSWITNESS points to the file that holds info about the current checkout.
798## We use it as a heuristic to decide when to rebuild loaddefs.el. 794## We use it as a heuristic to decide when to rebuild loaddefs.el.
799## If empty it is ignored; the parent makefile can set it to some other value. 795## If empty it is ignored; the parent makefile can set it to some other value.