summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-25 13:40:22 +1100
committerDamien Miller <djm@mindrot.org>1999-11-25 13:40:22 +1100
commitf066d6e5b093c0772b947fb0391e440fa074ef5c (patch)
tree354bc2696c9ed4cd7fdcd055030eb123e289b385 /Makefile.in
parentf958fab2c9801357d70a592185650f5d17a09074 (diff)
install fix
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 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