From: Rusty Russell Date: Tue, 27 Mar 2012 04:22:13 +0000 (+1030) Subject: ccanlint: add ilog dependency. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=f22b5b1231f1e34c04cc5242feb152693f64b46e;ds=sidebyside ccanlint: add ilog dependency. This only matters on non-gcc, where ilog functions are not just mapped to builtins. --- 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 \