- (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au>
This commit is contained in:
parent
49411ff8a7
commit
8be24f3846
|
@ -1,3 +1,6 @@
|
|||
20020415
|
||||
- (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au>
|
||||
|
||||
20020414
|
||||
- (djm) ssh-rand-helper improvements
|
||||
- Add commandline debugging options
|
||||
|
@ -8241,4 +8244,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.2053 2002/04/14 13:16:04 djm Exp $
|
||||
$Id: ChangeLog,v 1.2054 2002/04/15 03:23:59 djm Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.203 2002/04/14 09:27:13 djm Exp $
|
||||
# $Id: Makefile.in,v 1.204 2002/04/15 03:24:00 djm Exp $
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
@ -218,7 +218,7 @@ install-files: scard-install
|
|||
$(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
|
||||
$(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
|
||||
if [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
|
||||
$(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8
|
||||
$(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \
|
||||
fi
|
||||
@NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1
|
||||
@NO_SFTP@$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
|
||||
|
|
Loading…
Reference in New Issue