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 365df018f..93c4a0c01 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -80,7 +80,7 @@ install: all
80 ln -sf ssh $(bindir)/slogin 80 ln -sf ssh $(bindir)/slogin
81 ln -sf ssh.1 $(mandir)/man1/slogin.1 81 ln -sf ssh.1 $(mandir)/man1/slogin.1
82 82
83 if [ ! -z "@INSTALL_ASKPASS@" ] ; then \ 83 if [ "x@INSTALL_ASKPASS@" = "xyes" ] ; then \
84 install -d $(libdir) ; \ 84 install -d $(libdir) ; \
85 install -d $(libdir)/ssh ; \ 85 install -d $(libdir)/ssh ; \
86 if [ -z "@GNOME_ASKPASS@" ] ; then \ 86 if [ -z "@GNOME_ASKPASS@" ] ; then \