From f22b5b1231f1e34c04cc5242feb152693f64b46e Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 27 Mar 2012 14:52:13 +1030 Subject: [PATCH] ccanlint: add ilog dependency. This only matters on non-gcc, where ilog functions are not just mapped to builtins. --- tools/ccanlint/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ccanlint/Makefile b/tools/ccanlint/Makefile index 68246700..d13cc8a5 100644 --- a/tools/ccanlint/Makefile +++ b/tools/ccanlint/Makefile @@ -9,6 +9,7 @@ CORE_OBJS := \ ccan/grab_file/grab_file.o \ ccan/hash/hash.o \ ccan/htable/htable.o \ + ccan/ilog/ilog.o \ ccan/lbalance/lbalance.o \ ccan/noerr/noerr.o \ ccan/opt/helpers.o \ -- 2.39.2