diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-08-09 15:03:23 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-08-09 15:03:23 +0200 |
commit | 12a982d9789052d8e85efcacb4b311f4876c882a (patch) | |
tree | a452a8e888c6ee9c85d6a487359b7a1c0c9fa15b /lisp/Makefile.in | |
parent | 80d7f710f2fab902e46aa3fddb8e1c1795420af3 (diff) | |
parent | 8e82baf5a730ff542118ddba5b76afdc1db643f6 (diff) | |
download | emacs-12a982d9789052d8e85efcacb4b311f4876c882a.tar.gz |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 035720b49b7..9bcceceb0ee 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -205,7 +205,6 @@ $(lisp)/finder-inf.el: autoloads .PHONY: $(lisp)/loaddefs.el $(lisp)/loaddefs.el: gen-lisp $(LOADDEFS) - @echo Directories for loaddefs: ${SUBDIRS_ALMOST} $(AM_V_GEN)$(emacs) -l autoload \ --eval '(setq autoload-ensure-writable t)' \ --eval '(setq autoload-builtin-package-versions t)' \ |