diff options
| author | Lars Ingebrigtsen | 2022-05-31 13:16:20 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-05-31 13:16:20 +0200 |
| commit | 9d844d92756501e3bce119a670c2d5ee1b6ccf94 (patch) | |
| tree | f341f7dae6793e4e1b8e09902bbe2f68162ce500 | |
| parent | 129d18991b42108558f5f1b2d3f19b858135cd51 (diff) | |
| download | emacs-scratch/faster-loaddefs.tar.gz emacs-scratch/faster-loaddefs.zip | |
Make initial build buildscratch/faster-loaddefs
| -rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 33a5a75bc61..e3e6c41fecf 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -184,6 +184,7 @@ $(lisp)/finder-inf.el: | |||
| 184 | autoloads .PHONY: $(lisp)/loaddefs.el | 184 | autoloads .PHONY: $(lisp)/loaddefs.el |
| 185 | $(lisp)/loaddefs.el: gen-lisp $(LOADDEFS) | 185 | $(lisp)/loaddefs.el: gen-lisp $(LOADDEFS) |
| 186 | $(AM_V_GEN)$(emacs) \ | 186 | $(AM_V_GEN)$(emacs) \ |
| 187 | -l $(lisp)/emacs-lisp/loaddefs-gen.elc \ | ||
| 187 | -f loaddefs-generate-batch $(lisp)/loaddefs.el ${SUBDIRS_ALMOST} | 188 | -f loaddefs-generate-batch $(lisp)/loaddefs.el ${SUBDIRS_ALMOST} |
| 188 | 189 | ||
| 189 | # autoloads only runs when loaddefs.el is nonexistent, although it | 190 | # autoloads only runs when loaddefs.el is nonexistent, although it |