From 4a7467b7374ea59f04dfc31b7aa8647d8b5e3c45 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 23 Jan 2018 22:44:18 +0800 Subject: fix updates to libtomcrypt/libtommath for out of tree builds --- libtomcrypt/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libtomcrypt') diff --git a/libtomcrypt/Makefile.in b/libtomcrypt/Makefile.in index d9b3668..1c45186 100644 --- a/libtomcrypt/Makefile.in +++ b/libtomcrypt/Makefile.in @@ -9,7 +9,8 @@ VERSION=1.17 PLATFORM := $(shell uname | sed -e 's/_.*//') -srcdir=. +VPATH=@srcdir@ +srcdir=@srcdir@ # Compiler and Linker Names #CC=gcc -- cgit v1.2.1