summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 4 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index ec7f0fd75..ed42562aa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,14 +83,10 @@ install: all
83 ln -sf ssh $(bindir)/slogin 83 ln -sf ssh $(bindir)/slogin
84 ln -sf ssh.1 $(mandir)/man1/slogin.1 84 ln -sf ssh.1 $(mandir)/man1/slogin.1
85 85
86 if [ "x@INSTALL_ASKPASS@" = "xyes" ] ; then \ 86 $(INSTALL) -d $(libexecdir) ;
87 $(INSTALL) -d $(libexecdir) ; \ 87 $(INSTALL) -d $(libexecdir)/ssh ;
88 $(INSTALL) -d $(libexecdir)/ssh ; \ 88 if [ -z "@GNOME_ASKPASS@" ] ; then \
89 if [ -z "@GNOME_ASKPASS@" ] ; then \ 89 $(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \
90 $(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \
91 else \
92 $(INSTALL) -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \
93 fi ; \
94 fi 90 fi
95 91
96 if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \ 92 if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \