]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (dtucker) [Makefile.in] Remove trailing backslash which some make
authorDarren Tucker <dtucker@zip.com.au>
Mon, 27 Jan 2014 06:35:04 +0000 (17:35 +1100)
committerDarren Tucker <dtucker@zip.com.au>
Mon, 27 Jan 2014 06:35:04 +0000 (17:35 +1100)
   implementations (eg older Solaris) do not cope with.

ChangeLog
Makefile.in

index 7b3fa5eda7b8037943ab679234257a50ff82ccef..ca3979b67a8d56b5870e3f124c2e889e9d0b39bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20140127
+ - (dtucker) [Makefile.in] Remove trailing backslash which some make
+   implementations (eg older Solaris) do not cope with.
+
 20140126
  - OpenBSD CVS Sync
    - dtucker@cvs.openbsd.org 2014/01/25 10:12:50
index e3dfab2fab4b9051462fcbe09bc59ddf700fb03f..a8aa1272ad19cbfe85d9d8047fa74f3835f0ef61 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.351 2014/01/24 03:27:04 djm Exp $
+# $Id: Makefile.in,v 1.352 2014/01/27 06:35:04 dtucker Exp $
 
 # uncomment if you run a non bourne compatable shell. Ie. csh
 #SHELL = @SH@
@@ -76,7 +76,7 @@ LIBSSH_OBJS=authfd.o authfile.o bufaux.o bufbn.o buffer.o \
        jpake.o schnorr.o ssh-pkcs11.o krl.o smult_curve25519_ref.o \
        kexc25519.o kexc25519c.o poly1305.o chacha.o cipher-chachapoly.o \
        ssh-ed25519.o digest.o \
-       sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o blocks.o \
+       sc25519.o ge25519.o fe25519.o ed25519.o verify.o hash.o blocks.o
 
 SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
        sshconnect.o sshconnect1.o sshconnect2.o mux.o \