From 98ac007ad9e4b94c58e49b5ca86e9f444be930bd Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 25 Nov 1999 13:19:55 +1100 Subject: Removed old with-askpass option --- Makefile.in | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index ec7f0fd75..ed42562aa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,14 +83,10 @@ install: all ln -sf ssh $(bindir)/slogin ln -sf ssh.1 $(mandir)/man1/slogin.1 - if [ "x@INSTALL_ASKPASS@" = "xyes" ] ; then \ - $(INSTALL) -d $(libexecdir) ; \ - $(INSTALL) -d $(libexecdir)/ssh ; \ - if [ -z "@GNOME_ASKPASS@" ] ; then \ - $(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \ - else \ - $(INSTALL) -m755 -c gnome-ssh-askpass ${ASKPASS_PROGRAM}; \ - fi ; \ + $(INSTALL) -d $(libexecdir) ; + $(INSTALL) -d $(libexecdir)/ssh ; + if [ -z "@GNOME_ASKPASS@" ] ; then \ + $(INSTALL) -m755 -c ssh-askpass ${ASKPASS_PROGRAM}; \ fi if [ ! -f $(sysconfdir)/ssh_config -a ! -f $(sysconfdir)/sshd_config ]; then \ -- cgit v1.2.3