diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-01-23 22:46:07 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-01-23 22:46:07 +0800 |
commit | 597f7eb5e921c70545d3f45e2b5e0b19867573e0 (patch) | |
tree | 5172646de5e5d4c9de17f85cbe24c7db3f165756 /libtomcrypt | |
parent | 5cd003d9e6d36fcca0ef40f12b8c8e4e540c58c7 (diff) | |
parent | ba23b823dcec4203dcee59204f0a7dac1a390d96 (diff) |
merge up to date
--HG--
branch : fuzz
Diffstat (limited to 'libtomcrypt')
-rw-r--r-- | libtomcrypt/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |