summaryrefslogtreecommitdiff
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-11 21:38:59 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-11 21:38:59 +0000
commit26f906c4e6ad5671bd533bcd6ff5ca89a5799cdb (patch)
treec00bd701d09087cac8fecb6f70171be85437a677 /lib-src/Makefile.in
parentbd1a6241b54e0af62dd791693863ef357235bc1f (diff)
downloademacs-26f906c4e6ad5671bd533bcd6ff5ca89a5799cdb.tar.gz
(libexecdir): Renamed from libdir.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index c8e698b78ee..c244db44714 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -51,8 +51,8 @@ bindir=@bindir@
# Where to install and expect executable files to be run by Emacs
# rather than directly by users, and other architecture-dependent
# data. ${archlibdir} is usually below this. This is set with the
-# --libdir option to `../configure'.
-libdir=@libdir@
+# --libexecdir option to `../configure'.
+libexecdir=@libexecdir@
# Where to find the source code. This is set by the configure
# script's `--srcdir' option. However, the value of ${srcdir} in