fix updates to libtomcrypt/libtommath for out of tree builds

This commit is contained in:
Matt Johnston
2018-01-23 22:44:18 +08:00
parent fa3b0dd3ca
commit ba23b823dc
3 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,8 @@ VERSION=1.17
PLATFORM := $(shell uname | sed -e 's/_.*//')
srcdir=.
VPATH=@srcdir@
srcdir=@srcdir@
# Compiler and Linker Names
#CC=gcc