diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c99c7ae65d2..571fbf5b1b1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1098,7 +1098,9 @@ tags: TAGS TAGS-LISP $(lwlibdir)TAGS | |||
| 1098 | /* Since the .el.elc rule cannot specify an extra dependency, we do it here. */ | 1098 | /* Since the .el.elc rule cannot specify an extra dependency, we do it here. */ |
| 1099 | ${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS) | 1099 | ${lisp} ${SOME_MACHINE_LISP}: $(BOOTSTRAPEMACS) |
| 1100 | 1100 | ||
| 1101 | ${lispsource}loaddefs.el: $(BOOTSTRAPEMACS) | 1101 | /* VCSWITNESS points to the file that holds info about the current checkout. |
| 1102 | We use it as a heuristic to decide when to rebuild loaddefs.el. */ | ||
| 1103 | ${lispsource}loaddefs.el: $(BOOTSTRAPEMACS) $(VCSWITNESS) | ||
| 1102 | cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=${bootstrap_exe} | 1104 | cd ../lisp; $(MAKE) $(MFLAGS) autoloads EMACS=${bootstrap_exe} |
| 1103 | 1105 | ||
| 1104 | /* Dump an Emacs executable named bootstrap-emacs containing the | 1106 | /* Dump an Emacs executable named bootstrap-emacs containing the |