summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c26309354..34c41a7bf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -86,7 +86,7 @@ install: all
86 $(INSTALL) -d $(libexecdir) ; 86 $(INSTALL) -d $(libexecdir) ;
87 $(INSTALL) -d $(libexecdir)/ssh ; 87 $(INSTALL) -d $(libexecdir)/ssh ;
88 if [ -z "@GNOME_ASKPASS@" ] ; then \ 88 if [ -z "@GNOME_ASKPASS@" ] ; then \
89 $(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \ 89 $(INSTALL) -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \
90 fi 90 fi
91 91
92 if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \ 92 if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \