summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-06-25 16:45:42 -0700
committerTim Rice <tim@multitalents.net>2002-06-25 16:45:42 -0700
commit2b3897c3ccbe028c99b1b3b79603845899d5c644 (patch)
tree18afb5bc68d4647e8786c0b604193d3cda698084
parent5223727672deba1236c5d5f43c1c363ae85bb94b (diff)
[Makefile.in] fix test on installing ssh-rand-helper.8
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 15b2b6eba..727841238 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,7 @@
26 [sshd.c] 26 [sshd.c]
27 lightweight do_setusercontext after chroot() 27 lightweight do_setusercontext after chroot()
28 - (bal) Updated AIX package build. Patch by dtucker@zip.com.au 28 - (bal) Updated AIX package build. Patch by dtucker@zip.com.au
29 - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
29 30
3020020625 3120020625
31 - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh 32 - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
@@ -1125,4 +1126,4 @@
1125 - (stevesk) entropy.c: typo in debug message 1126 - (stevesk) entropy.c: typo in debug message
1126 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1127 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1127 1128
1128$Id: ChangeLog,v 1.2282 2002/06/25 23:38:47 mouring Exp $ 1129$Id: ChangeLog,v 1.2283 2002/06/25 23:45:42 tim Exp $
diff --git a/Makefile.in b/Makefile.in
index 7eb8ec268..e7faa1591 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.216 2002/06/25 00:24:47 djm Exp $ 1# $Id: Makefile.in,v 1.217 2002/06/25 23:45:42 tim Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -241,7 +241,7 @@ install-files: scard-install
241 $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5 241 $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5
242 $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5 242 $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5
243 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 243 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
244 if [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ 244 if [ ! -z "$(INSTALL_SSH_RAND_HELPER)" ]; then \
245 $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \ 245 $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \
246 fi 246 fi
247 @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 247 @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1