summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index de0d2f28b..e09fcc2f0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,7 +85,7 @@ install: all
85 85
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) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \ 89 $(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
90 fi 90 fi
91 91