summaryrefslogtreecommitdiff
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
parent289df8afc30486a63f5397d156bff9a2c7b08abc (diff)
Makefile fix
-rw-r--r--Makefile.in6
1 files 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
80 ln -sf ssh.1 $(mandir)/man1/slogin.1 80 ln -sf ssh.1 $(mandir)/man1/slogin.1
81 81
82 if [ ! -z "@DISABLE_EXTERNAL_ASKPASS@" ] ; then \ 82 if [ ! -z "@DISABLE_EXTERNAL_ASKPASS@" ] ; then \
83 install -d $(libdir) \ 83 install -d $(libdir) ; \
84 install -d $(libdir)/ssh \ 84 install -d $(libdir)/ssh ; \
85 if [ -z "@GNOME_ASKPASS@" ] ; then \ 85 if [ -z "@GNOME_ASKPASS@" ] ; then \
86 install -m755 -c ssh-askpass $(libdir)/ssh/ssh-askpass; \ 86 install -m755 -c ssh-askpass $(libdir)/ssh/ssh-askpass; \
87 else \ 87 else \
88 install -m755 -c gnome-ssh-askpass $(libdir)/ssh/ssh-askpass; \ 88 install -m755 -c gnome-ssh-askpass $(libdir)/ssh/ssh-askpass; \
89 fi \ 89 fi ; \
90 fi 90 fi
91 91
92distclean: clean 92distclean: clean