diff libtomcrypt/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 f849a5ca2efc
children 6dba84798cd5
line wrap: on
line diff
--- a/libtomcrypt/Makefile.in	Wed Oct 18 22:41:27 2017 +0800
+++ b/libtomcrypt/Makefile.in	Tue Jan 23 22:44:18 2018 +0800
@@ -9,7 +9,8 @@
 PLATFORM := $(shell uname | sed -e 's/_.*//')
 
 
-srcdir=.
+VPATH=@srcdir@
+srcdir=@srcdir@
 
 # Compiler and Linker Names
 #CC=gcc