diff libtommath/Makefile.in @ 1454:ef310db5ccec

fix updates to libtomcrypt/libtommath for out of tree builds
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 Jan 2018 22:44:18 +0800
parents 60fc6476e044
children 8bba51a55704
line wrap: on
line diff
--- a/libtommath/Makefile.in	Wed Oct 18 22:41:27 2017 +0800
+++ b/libtommath/Makefile.in	Tue Jan 23 22:44:18 2018 +0800
@@ -2,7 +2,8 @@
 #
 #Tom St Denis
 
-srcdir=.
+VPATH=@srcdir@
+srcdir=@srcdir@
 
 # So that libtommath can include Dropbear headers for options and m_burn()
 CFLAGS += -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../
@@ -26,8 +27,6 @@
 
 coverage: LIBNAME:=-Wl,--whole-archive $(LIBNAME)  -Wl,--no-whole-archive
 
-include makefile.include
-
 LCOV_ARGS=--directory .
 
 #START_INS