# HG changeset patch # User Matt Johnston # Date 1469117087 -28800 # Node ID 19358268ea45afdcaa14512fa17c772837445ec2 # Parent 2c9dac2d6707cc90554e7ff2fdfd3c12abf15820# Parent e742c0e9b941ed086b91108548cc4ada96c88086 merge github diff -r 2c9dac2d6707 -r 19358268ea45 libtomcrypt/Makefile.in --- a/libtomcrypt/Makefile.in Thu Jul 21 23:38:42 2016 +0800 +++ b/libtomcrypt/Makefile.in Fri Jul 22 00:04:47 2016 +0800 @@ -19,7 +19,7 @@ # Compilation flags. Note the += does not write over the user's CFLAGS! # The rest of the flags come from the parent Dropbear makefile -CFLAGS += -c -I$(srcdir)/src/headers/ -I$(srcdir)/../ -DLTC_SOURCE -I$(srcdir)/../libtommath/ +CFLAGS += -c -Isrc/headers/ -I$(srcdir)/src/headers/ -I../ -I$(srcdir)/../ -DLTC_SOURCE -I../libtommath/ -I$(srcdir)/../libtommath/ # additional warnings (newer GCC 3.4 and higher) ifdef GCC_34 diff -r 2c9dac2d6707 -r 19358268ea45 libtommath/Makefile.in --- a/libtommath/Makefile.in Thu Jul 21 23:38:42 2016 +0800 +++ b/libtommath/Makefile.in Fri Jul 22 00:04:47 2016 +0800 @@ -9,7 +9,7 @@ srcdir=@srcdir@ # So that libtommath can include Dropbear headers for options and m_burn() -CFLAGS += -I$(srcdir)/../libtomcrypt/src/headers/ -I$(srcdir)/../ +CFLAGS += -I. -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../ ifndef IGNORE_SPEED