summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-15 16:42:45 +1100
committerDamien Miller <djm@mindrot.org>1999-12-15 16:42:45 +1100
commit11ba8d4e12ddd1c6ce935770952b9fd1958cf2ea (patch)
tree71e0fd8127234d3c1ed83d4553f2b4bac4db72bd /Makefile.in
parent48f2494df3caedac3d3244ae3b5eefbb5ede43f0 (diff)
Make break
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