diff options
| author | Richard M. Stallman | 1994-10-11 21:38:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-11 21:38:59 +0000 |
| commit | 424b6d2bf8fe0257327e5a69b06ff18c8e0146b9 (patch) | |
| tree | 66d1073e5f3474e10801834877dfecbd4c3c6083 | |
| parent | 2fd54e6462469912361c08793316f6283eb13dec (diff) | |
| download | emacs-424b6d2bf8fe0257327e5a69b06ff18c8e0146b9.tar.gz emacs-424b6d2bf8fe0257327e5a69b06ff18c8e0146b9.zip | |
(libexecdir): Renamed from libdir.
| -rw-r--r-- | lib-src/Makefile.in | 4 |
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@ | |||
| 51 | # Where to install and expect executable files to be run by Emacs | 51 | # Where to install and expect executable files to be run by Emacs |
| 52 | # rather than directly by users, and other architecture-dependent | 52 | # rather than directly by users, and other architecture-dependent |
| 53 | # data. ${archlibdir} is usually below this. This is set with the | 53 | # data. ${archlibdir} is usually below this. This is set with the |
| 54 | # --libdir option to `../configure'. | 54 | # --libexecdir option to `../configure'. |
| 55 | libdir=@libdir@ | 55 | libexecdir=@libexecdir@ |
| 56 | 56 | ||
| 57 | # Where to find the source code. This is set by the configure | 57 | # Where to find the source code. This is set by the configure |
| 58 | # script's `--srcdir' option. However, the value of ${srcdir} in | 58 | # script's `--srcdir' option. However, the value of ${srcdir} in |