diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-07 22:22:47 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-07 22:22:47 +0100 |
commit | 3d0a7d59cb18c33ab7e72acf0761c6c7aa469e66 (patch) | |
tree | 4104690676e995a25d3852e3167a2213b127c92c /Makefile.in | |
parent | Cleanup, fix dates (diff) | |
download | openssh-3d0a7d59cb18c33ab7e72acf0761c6c7aa469e66.tar.xz openssh-3d0a7d59cb18c33ab7e72acf0761c6c7aa469e66.zip |
- (djm) Don't delete external askpass program in make uninstall target.
Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 50edc5465..1138a832b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.147 2001/02/04 13:54:23 djm Exp $ +# $Id: Makefile.in,v 1.148 2001/02/07 21:22:47 djm Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -262,4 +262,3 @@ uninstall: -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 - -rm -f $(DESTDIR)${ASKPASS_PROGRAM} |