From df66daa26aa855cc29d465bbc8576ca78a357efc Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sat, 10 Feb 2018 18:57:20 +0800 Subject: use parent $CC etc --- libtomcrypt/Makefile.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libtomcrypt') diff --git a/libtomcrypt/Makefile.in b/libtomcrypt/Makefile.in index 34b6dc8..0d6fc80 100644 --- a/libtomcrypt/Makefile.in +++ b/libtomcrypt/Makefile.in @@ -22,6 +22,7 @@ # make -f makefile.unix CC=icc AR=xiar CFLAGS="-fast -DUSE_LTM -DLTM_DESC -I/path/to/libtommath" EXTRALIBS=/path/to/libtommath/libtommath.a all # +# Dropbear can build out of tree VPATH=@srcdir@ srcdir=@srcdir@ @@ -32,10 +33,11 @@ LIBPATH = $(PREFIX)/lib INCPATH = $(PREFIX)/include DATAPATH = $(PREFIX)/share/doc/libtomcrypt/pdf BINPATH = $(PREFIX)/bin -CC = cc -AR = ar +# Dropbear passes paths from parent makefile +#CC = cc +#AR = ar ARFLAGS = r -RANLIB = ranlib +#RANLIB = ranlib #CFLAGS = -O2 -DUSE_LTM -DLTM_DESC -I../libtommath EXTRALIBS = ../libtommath/libtommath.a -- cgit v1.2.3