diff options
author | Leo Famulari <leo@famulari.name> | 2016-03-21 12:22:31 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-03-21 12:22:31 -0400 |
commit | 09ec508a4c14d1bc09622d98f796548d79ab0552 (patch) | |
tree | 86cc5a2a67d35ad796bfa33d67869d670d65822e /emacs.am | |
parent | 2dbed47f5c09347c9af42c5f5bacfccbc1ab4aff (diff) | |
parent | 71cafa0472a15f2234e24d3c6d8019ebb38685b0 (diff) | |
download | guix-09ec508a4c14d1bc09622d98f796548d79ab0552.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'emacs.am')
-rw-r--r-- | emacs.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.am b/emacs.am index 9276c12f36..1897e2e956 100644 --- a/emacs.am +++ b/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)\")))" |