* lisp/Makefile.in (autoloads): Fix thinko in previous
This commit is contained in:
parent
ca7dd4cd17
commit
0fb90d258e
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ autoloads: $(LOADDEFS) doit
|
|||
echo Directories: $$wins; \
|
||||
$(emacs) -l autoload \
|
||||
--eval '(setq autoload-builtin-package-versions t)' \
|
||||
--eval '(setq generated-autoload-file (expand-file-name (unmsys--file-name "$(lisp)/loaddefs.el")))' \
|
||||
--eval '(setq generated-autoload-file (expand-file-name "loaddefs.el"))' \
|
||||
-f batch-update-autoloads $$wins
|
||||
|
||||
# This is required by the bootstrap-emacs target in ../src/Makefile, so
|
||||
|
|
Loading…
Add table
Reference in a new issue