summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-22 22:31:49 +1100
committerDamien Miller <djm@mindrot.org>1999-11-22 22:31:49 +1100
commitf7c0f82ceed409baabeec7771a3514b33231cc8b (patch)
treef06e0ec55548fde0c5b49a2f2f7422b485215eb2 /Makefile.in
parent66c14888e3939b8d8cf2847c6f01210dd86d9996 (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.in3
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@
2exec_prefix=@exec_prefix@ 2exec_prefix=@exec_prefix@
3bindir=@bindir@ 3bindir=@bindir@
4sbindir=@sbindir@ 4sbindir=@sbindir@
5libdir=@libdir@
6libexecdir=@libexecdir@ 5libexecdir=@libexecdir@
7mandir=@mandir@ 6mandir=@mandir@
8sysconfdir=@sysconfdir@ 7sysconfdir=@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}; \