mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- (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:
parent
4855ae9874
commit
3d0a7d59cb
@ -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
|
20010207
|
||||||
- (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs
|
- (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)
|
seem lose track of it while in openbsd-compat/ (two confirmed reports)
|
||||||
|
@ -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@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
@ -262,4 +262,3 @@ uninstall:
|
|||||||
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
|
||||||
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
|
||||||
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
||||||
-rm -f $(DESTDIR)${ASKPASS_PROGRAM}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user