diff options
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index d99622944a3..06c82181ea1 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -147,7 +147,8 @@ finder-data: doit autoloads: $(LOADDEFS) doit chmod +w $(lisp)/ps-print.el $(lisp)/emulation/tpu-edt.el \ $(lisp)/emacs-lisp/cl-loaddefs.el $(lisp)/mail/rmail.el \ - $(lisp)/dired.el $(lisp)/ibuffer.el $(lisp)/htmlfontify.el + $(lisp)/dired.el $(lisp)/ibuffer.el $(lisp)/htmlfontify.el \ + $(lisp)/emacs-lisp/eieio.el cd $(lisp); $(setwins_almost); \ echo Directories: $$wins; \ $(emacs) -l autoload --eval '(setq generated-autoload-file "$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins |