summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-12 16:32:17 +1100
committerDamien Miller <djm@mindrot.org>1999-11-12 16:32:17 +1100
commit3ba1fe19434222120596ab6f1a60eb2ae4d91f4d (patch)
treebce7813fa39e524394f83447c342277c38a01b75 /Makefile.in
parent289df8afc30486a63f5397d156bff9a2c7b08abc (diff)
Makefile fix
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 8de0bdcb..e2ce122c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -80,13 +80,13 @@ install: all
ln -sf ssh.1 $(mandir)/man1/slogin.1
if [ ! -z "@DISABLE_EXTERNAL_ASKPASS@" ] ; then \
- install -d $(libdir) \
- install -d $(libdir)/ssh \
+ install -d $(libdir) ; \
+ install -d $(libdir)/ssh ; \
if [ -z "@GNOME_ASKPASS@" ] ; then \
install -m755 -c ssh-askpass $(libdir)/ssh/ssh-askpass; \
else \
install -m755 -c gnome-ssh-askpass $(libdir)/ssh/ssh-askpass; \
- fi \
+ fi ; \
fi
distclean: clean