diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e2ce122c3..9918b0b91 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -79,7 +79,7 @@ install: all | |||
79 | ln -sf ssh $(bindir)/slogin | 79 | ln -sf ssh $(bindir)/slogin |
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 "@INSTALL_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 \ |