* Makefile.in (ELN_DESTDIR): Add ${version}/ to it.
This commit is contained in:
parent
8055633466
commit
eb87425988
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue