summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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}; \