diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index af0886cde..9969a5216 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -154,7 +154,9 @@ install-files: | |||
154 | fi | 154 | fi |
155 | if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ | 155 | if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ |
156 | $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \ | 156 | $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \ |
157 | $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \ | 157 | if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \ |
158 | $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \ | ||
159 | fi ; \ | ||
158 | fi | 160 | fi |
159 | 161 | ||
160 | host-key: ssh-keygen$(EXEEXT) | 162 | host-key: ssh-keygen$(EXEEXT) |