build: Write emacs-autoloads.el to $(builddir).
* emacs.am ($(AUTOLOADS)): Write to $(builddir), not $(srcdir).master
parent
23d60ba65c
commit
1ac94ae166
2
emacs.am
2
emacs.am
|
@ -64,7 +64,7 @@ $(AUTOLOADS): $(ELFILES)
|
|||
$(AM_V_EMACS)$(EMACS) --batch --eval \
|
||||
"(let ((backup-inhibited t) \
|
||||
(generated-autoload-file \
|
||||
(expand-file-name \"$(AUTOLOADS)\" \"$(srcdir)\"))) \
|
||||
(expand-file-name \"$(AUTOLOADS)\" \"$(builddir)\"))) \
|
||||
(update-directory-autoloads \
|
||||
(expand-file-name \"emacs\" \"$(srcdir)\")))"
|
||||
|
||||
|
|
Reference in New Issue