The unified diff between revisions [7a3b7b90..] and [b0cf63e6..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'Makefile.in'
# # # patch "Makefile.in" # from [112e899589f2fd132a159e6dcf148b544ff8ae91] # to [3fb2087ef7c214449746605338d4a20f4313b93c] # ============================================================ --- Makefile.in 112e899589f2fd132a159e6dcf148b544ff8ae91 +++ Makefile.in 3fb2087ef7c214449746605338d4a20f4313b93c @@ -10,7 +10,8 @@ ifndef PROGRAMS # Hopefully that seems intuitive. ifndef PROGRAMS - PROGRAMS=dropbear dbclient dropbearkey dropbearconvert + PROGRAMS=dropbear +# PROGRAMS=dropbear dbclient dropbearkey dropbearconvert endif LTC=libtomcrypt/libtomcrypt.a @@ -32,7 +33,7 @@ CLISVROBJS=common-session.o packet.o com cli-authpubkey.o cli-tcpfwd.o cli-channel.o cli-authinteract.o CLISVROBJS=common-session.o packet.o common-algo.o common-kex.o \ - common-channel.o common-chansession.o termcodes.o loginrec.o \ + common-channel.o common-chansession.o termcodes.o \ tcp-accept.o listener.o process-packet.o \ common-runopts.o circbuffer.o