diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-17 04:28:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-17 04:28:54 +0000 |
commit | 5fa2185f8229e99f058da4a7b4aa547bbc8f63c8 (patch) | |
tree | e50ca3f907a092842d4da3a88a53db162a9395cf /Makefile.in | |
parent | cef7e84275905989fae96747e9fe2a4fdc8775d6 (diff) | |
download | emacs-5fa2185f8229e99f058da4a7b4aa547bbc8f63c8.tar.gz |
(sharedstatedir): Substitute sharedstatedir properly.
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 dbbcd5b37a4..7061601a3f4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -82,7 +82,7 @@ datadir=@datadir@ # runs. These files are all architecture-independent. Right now, the # only such data is the locking directory; ${lockdir} is a # subdirectory of this. -sharedstatedir=@statedir@ +sharedstatedir=@sharedstatedir@ # Where to install and expect executable files to be run by Emacs # rather than directly by users, and other architecture-dependent |