emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp b9ccbac: * Makefile.in (ELN_DESTDIR): Remove unneces


From: Andrea Corallo
Subject: feature/native-comp b9ccbac: * Makefile.in (ELN_DESTDIR): Remove unnecessary double quoting.
Date: Thu, 4 Mar 2021 15:46:01 -0500 (EST)

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

    * Makefile.in (ELN_DESTDIR): Remove unnecessary double quoting.
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index e3bbbec..691a955 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -336,7 +336,7 @@ CONFIG_STATUS_FILES_IN = \
 COPYDIR = ${srcdir}/etc ${srcdir}/lisp
 COPYDESTS = "$(DESTDIR)${etcdir}" "$(DESTDIR)${lispdir}"
 
-ELN_DESTDIR = "$(DESTDIR)${libdir}/emacs/${version}/"
+ELN_DESTDIR = $(DESTDIR)${libdir}/emacs/${version}/
 
 all: ${SUBDIR} info
 



reply via email to

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