summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3c0891440..eb05e9456 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,8 +95,8 @@ install: all
95 ln -s ssh.1 $(mandir)/man1/slogin.1 95 ln -s ssh.1 $(mandir)/man1/slogin.1
96 96
97 if [ ! -z "@GNOME_ASKPASS@" ] ; then \ 97 if [ ! -z "@GNOME_ASKPASS@" ] ; then \
98 $(INSTALL) -d $(libexecdir) ; 98 $(INSTALL) -d $(libexecdir) ; \
99 $(INSTALL) -d $(libexecdir)/ssh ; 99 $(INSTALL) -d $(libexecdir)/ssh ; \
100 $(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \ 100 $(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
101 fi 101 fi
102 102