diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-01-27 07:35:04 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-01-27 07:35:04 +0100 |
commit | 4ab20a82d4d4168d62318923f62382f6ef242fcd (patch) | |
tree | 712e3e1abac457bdf188021c4191e69b74a09cdb /Makefile.in | |
parent | Welcome to 2014 (diff) | |
download | openssh-4ab20a82d4d4168d62318923f62382f6ef242fcd.tar.xz openssh-4ab20a82d4d4168d62318923f62382f6ef242fcd.zip |
- (dtucker) [Makefile.in] Remove trailing backslash which some make
implementations (eg older Solaris) do not cope with.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index e3dfab2fa..a8aa1272a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ |