summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-15 06:42:45 +0100
committerDamien Miller <djm@mindrot.org>1999-12-15 06:42:45 +0100
commit11ba8d4e12ddd1c6ce935770952b9fd1958cf2ea (patch)
tree71e0fd8127234d3c1ed83d4553f2b4bac4db72bd /Makefile.in
parentPrepare for 1.2.1pre18 (diff)
downloadopenssh-11ba8d4e12ddd1c6ce935770952b9fd1958cf2ea.tar.xz
openssh-11ba8d4e12ddd1c6ce935770952b9fd1958cf2ea.zip
Make break
Diffstat (limited to '')
-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
ln -s ssh.1 $(mandir)/man1/slogin.1
if [ ! -z "@GNOME_ASKPASS@" ] ; then \
- $(INSTALL) -d $(libexecdir) ;
- $(INSTALL) -d $(libexecdir)/ssh ;
+ $(INSTALL) -d $(libexecdir) ; \
+ $(INSTALL) -d $(libexecdir)/ssh ; \
$(INSTALL) -s @GNOME_ASKPASS@ ${ASKPASS_PROGRAM} ; \
fi