- (dtucker) [Makefile.in] Remove trailing backslash which some make
implementations (eg older Solaris) do not cope with.
This commit is contained in:
parent
e7e8b3cfe9
commit
4ab20a82d4
|
@ -1,3 +1,7 @@
|
||||||
|
20140127
|
||||||
|
- (dtucker) [Makefile.in] Remove trailing backslash which some make
|
||||||
|
implementations (eg older Solaris) do not cope with.
|
||||||
|
|
||||||
20140126
|
20140126
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
- dtucker@cvs.openbsd.org 2014/01/25 10:12:50
|
- dtucker@cvs.openbsd.org 2014/01/25 10:12:50
|
||||||
|
|
|
@ -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
|
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||||
#SHELL = @SH@
|
#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 \
|
jpake.o schnorr.o ssh-pkcs11.o krl.o smult_curve25519_ref.o \
|
||||||
kexc25519.o kexc25519c.o poly1305.o chacha.o cipher-chachapoly.o \
|
kexc25519.o kexc25519c.o poly1305.o chacha.o cipher-chachapoly.o \
|
||||||
ssh-ed25519.o digest.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 \
|
SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
|
||||||
sshconnect.o sshconnect1.o sshconnect2.o mux.o \
|
sshconnect.o sshconnect1.o sshconnect2.o mux.o \
|
||||||
|
|
Loading…
Reference in New Issue