]> git.ozlabs.org Git - ccan/blobdiff - tools/Makefile
tools: ccan_depends requires a config.h
[ccan] / tools / Makefile
index 3ee60f7c872374fbf5076ea7cf5b40adce1b6229..4bc7497ae4fd2e2d3ee4ff36374e83dc7289bfb1 100644 (file)
@@ -7,6 +7,8 @@ DEP_OBJS = ccan/grab_file/grab_file.o \
        ccan/str/str.o \
        ccan/str_talloc/str_talloc.o \
        ccan/talloc/talloc.o \
+       ccan/time/time.o \
+       tools/read_config_header.o \
        tools/compile.o \
        tools/depends.o \
        tools/tools.o
@@ -14,6 +16,8 @@ DEP_OBJS = ccan/grab_file/grab_file.o \
 .PHONY: tools
 tools: $(ALL_TOOLS)
 
+tools/ccan_depends.o: config.h
+
 tools/ccan_depends: tools/ccan_depends.o $(DEP_OBJS)
 
 tools/doc_extract: tools/doc_extract.o tools/doc_extract-core.o $(DEP_OBJS)