emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp eb87425 2/2: * Makefile.in (ELN_DESTDIR): Add ${vers


From: Andrea Corallo
Subject: feature/native-comp eb87425 2/2: * Makefile.in (ELN_DESTDIR): Add ${version}/ to it.
Date: Sun, 6 Sep 2020 02:22:56 -0400 (EDT)

branch: feature/native-comp
commit eb8742598874d9bd4c84ff54730527c52d29d7ff
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Makefile.in (ELN_DESTDIR): Add ${version}/ to it.
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index d42ad9d..2b47762 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]