aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 388923596c9..b8ec4fdf352 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -629,12 +629,10 @@ tags: TAGS ../lisp/TAGS $(lwlibdir)/TAGS
629## Since the .el.elc rule cannot specify an extra dependency, we do it here. 629## Since the .el.elc rule cannot specify an extra dependency, we do it here.
630$(lisp): $(BOOTSTRAPEMACS) 630$(lisp): $(BOOTSTRAPEMACS)
631 631
632## VCSWITNESS points to the file that holds info about the current checkout. 632## This ought to depend on every Lisp file that contains an autoload cookie.
633## We use it as a heuristic to decide when to rebuild loaddefs.el. 633## A task for the future...
634## If empty it is ignored; the parent makefile can set it to some other value.
635VCSWITNESS =
636 634
637$(lispsource)/loaddefs.el: $(BOOTSTRAPEMACS) $(VCSWITNESS) 635$(lispsource)/loaddefs.el: $(BOOTSTRAPEMACS)
638 cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS="$(bootstrap_exe)" 636 cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS="$(bootstrap_exe)"
639 637
640## Dump an Emacs executable named bootstrap-emacs containing the 638## Dump an Emacs executable named bootstrap-emacs containing the