summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-11-11 08:51:40 +1100
committerDamien Miller <djm@mindrot.org>2000-11-11 08:51:40 +1100
commit29abb1b6a91dbda9bd7f6b9d4ae8ff4164d2f2d1 (patch)
treeb44dcfb09b22b18f41b7e0ef90d5ad03f2a69f9f /Makefile.in
parent895f2386726172f0fd1a2ebb6da405282a5d37e1 (diff)
stupid ; misplacement
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index 1ea4366a..cc49517b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -152,26 +152,26 @@ install-files:
fi
if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config ]; then \
$(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \
- else ;\
- echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite" ;\
+ else \
+ echo "$(DESTDIR)$(sysconfdir)/ssh_config already exists, install will not overwrite"; \
fi
if [ ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \
$(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \
- else ;\
- echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite" ;\
+ else \
+ echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \
fi
if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
$(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
$(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
- else ;\
- echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite" ;\
+ else \
+ echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
fi ; \
fi
if [ ! -f $(DESTDIR)$(sysconfdir)/primes ]; then \
$(INSTALL) -m 644 primes $(DESTDIR)$(sysconfdir)/primes; \
- else ;\
- echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite" ;\
+ else \
+ echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite"; \
fi
host-key: ssh-keygen$(EXEEXT)