diff options
author | Damien Miller <djm@mindrot.org> | 1999-11-22 22:31:49 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-11-22 22:31:49 +1100 |
commit | f7c0f82ceed409baabeec7771a3514b33231cc8b (patch) | |
tree | f06e0ec55548fde0c5b49a2f2f7422b485215eb2 /Makefile.in | |
parent | 66c14888e3939b8d8cf2847c6f01210dd86d9996 (diff) |
- Configure, Make and changelog corrections from Tudor Bosman
<tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 4400c258c..298790a36 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -2,7 +2,6 @@ prefix=@prefix@ | |||
2 | exec_prefix=@exec_prefix@ | 2 | exec_prefix=@exec_prefix@ |
3 | bindir=@bindir@ | 3 | bindir=@bindir@ |
4 | sbindir=@sbindir@ | 4 | sbindir=@sbindir@ |
5 | libdir=@libdir@ | ||
6 | libexecdir=@libexecdir@ | 5 | libexecdir=@libexecdir@ |
7 | mandir=@mandir@ | 6 | mandir=@mandir@ |
8 | sysconfdir=@sysconfdir@ | 7 | sysconfdir=@sysconfdir@ |
@@ -83,7 +82,7 @@ install: all | |||
83 | ln -sf ssh.1 $(mandir)/man1/slogin.1 | 82 | ln -sf ssh.1 $(mandir)/man1/slogin.1 |
84 | 83 | ||
85 | if [ "x@INSTALL_ASKPASS@" = "xyes" ] ; then \ | 84 | if [ "x@INSTALL_ASKPASS@" = "xyes" ] ; then \ |
86 | install -d $(libdir) ; \ | 85 | install -d $(libexecdir) ; \ |
87 | install -d $(libexecdir)/ssh ; \ | 86 | install -d $(libexecdir)/ssh ; \ |
88 | if [ -z "@GNOME_ASKPASS@" ] ; then \ | 87 | if [ -z "@GNOME_ASKPASS@" ] ; then \ |
89 | install -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \ | 88 | install -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \ |