summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 85137b62..7902d511 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 <roumen.petrov@skalasoft.com>
+
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 50edc546..1138a832 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}