diff --git a/ChangeLog b/ChangeLog index 85137b62f..7902d5113 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20010208 + - (djm) Don't delete external askpass program in make uninstall target. + Report and fix from Roumen Petrov + 20010207 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs seem lose track of it while in openbsd-compat/ (two confirmed reports) 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}