- (djm) Don't delete external askpass program in make uninstall target.

Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
This commit is contained in:
Damien Miller 2001-02-08 08:22:47 +11:00
parent 4855ae9874
commit 3d0a7d59cb
2 changed files with 5 additions and 2 deletions

View File

@ -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)

View File

@ -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}