summaryrefslogtreecommitdiff
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
parent48f2494df3caedac3d3244ae3b5eefbb5ede43f0 (diff)
downloadopenssh-git-11ba8d4e12ddd1c6ce935770952b9fd1958cf2ea.tar.gz
Make break
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3c089144..eb05e945 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