diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-09-06 08:08:19 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-09-06 08:08:19 +0200 |
commit | eb8742598874d9bd4c84ff54730527c52d29d7ff (patch) | |
tree | 919ee1c935ff5568f1abb4df683b19a982a19bc0 /Makefile.in | |
parent | 805563346613af1f13ecd1bf96ffd8efe4816b47 (diff) | |
download | emacs-eb8742598874d9bd4c84ff54730527c52d29d7ff.tar.gz |
* Makefile.in (ELN_DESTDIR): Add ${version}/ to it.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d42ad9dfa10..2b47762b7bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -332,7 +332,7 @@ CONFIG_STATUS_FILES_IN = \ COPYDIR = ${srcdir}/etc ${srcdir}/lisp COPYDESTS = "$(DESTDIR)${etcdir}" "$(DESTDIR)${lispdir}" -ELN_DESTDIR = "$(DESTDIR)${libdir}/emacs/" +ELN_DESTDIR = "$(DESTDIR)${libdir}/emacs/${version}/" all: ${SUBDIR} info |