From: Glenn Morris Date: Thu, 31 Oct 2013 00:40:46 +0000 (-0400) Subject: * lisp/Makefile.in (autoloads): Fix thinko in previous X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1053 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0fb90d258edb36c2a732dd3138762c511f1cee4a;p=emacs.git * lisp/Makefile.in (autoloads): Fix thinko in previous --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index ff9439d8951..ff46d81174a 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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