diff options
author | Andrea Corallo <akrl@sdf.org> | 2021-03-04 21:43:59 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2021-03-04 21:43:59 +0100 |
commit | b9ccbac7685620d4624f55b9de361c610ede8aa4 (patch) | |
tree | 176b0a707ddb9264de73236a85b2e77ad111713f /Makefile.in | |
parent | b456b19ec4e517cca53e4c6865059443300ae820 (diff) | |
download | emacs-b9ccbac7685620d4624f55b9de361c610ede8aa4.tar.gz |
* Makefile.in (ELN_DESTDIR): Remove unnecessary double quoting.
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 e3bbbec92a9..691a955c540 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 |