]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Makefile fix
authorDamien Miller <djm@mindrot.org>
Fri, 12 Nov 1999 05:32:17 +0000 (16:32 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 12 Nov 1999 05:32:17 +0000 (16:32 +1100)
Makefile.in

index 8de0bdcb8b82d9869c32fa8d51d8a55630694cda..e2ce122c349e1f3fd406f06b8143a5daa963b804 100644 (file)
@@ -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