summaryrefslogtreecommitdiff
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 85137b62f..7902d5113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120010208
2 - (djm) Don't delete external askpass program in make uninstall target.
3 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
4
120010207 520010207
2 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs 6 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
3 seem lose track of it while in openbsd-compat/ (two confirmed reports) 7 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 @@
1# $Id: Makefile.in,v 1.147 2001/02/04 13:54:23 djm Exp $ 1# $Id: Makefile.in,v 1.148 2001/02/07 21:22:47 djm Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -262,4 +262,3 @@ uninstall:
262 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 262 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
263 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 263 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
264 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 264 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
265 -rm -f $(DESTDIR)${ASKPASS_PROGRAM}