]> andersk Git - openssh.git/commitdiff
- (djm) Fix new Makefile.in warnings
authordjm <djm>
Fri, 10 Nov 2000 21:47:18 +0000 (21:47 +0000)
committerdjm <djm>
Fri, 10 Nov 2000 21:47:18 +0000 (21:47 +0000)
ChangeLog
Makefile.in

index dcfa364b9a5c79a7ddc92903efa4f486a2b82e20..2d25eebb624ede8ed4613d6c17ecb71d0202c8b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 20001111
  - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
    packaging files
+ - (djm) Fix new Makefile.in warnings
 
 20001110
  - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
index 362fd708427d4ce6dbb65a8b6e68da90cf0ea2b6..1ea4366a24ec9ac283479384437932118875745c 100644 (file)
@@ -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)
This page took 0.049323 seconds and 5 git commands to generate.