From 3ba1fe19434222120596ab6f1a60eb2ae4d91f4d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 12 Nov 1999 16:32:17 +1100 Subject: Makefile fix --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8de0bdcb8..e2ce122c3 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 -- cgit v1.2.3