]> git.ozlabs.org Git - ccan/blobdiff - Makefile
io: don't try to close() connection twice, remove shutdown logic.
[ccan] / Makefile
index a9dfed10f03844bc0c86e029b823a12373df4a8d..d1e08a375277269a1004d301487a9a01621b0154 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ $(LINT): $(LINT).c $(LINT_OBJS)
 TEST_DEPS := $(MODULES:%=%/.d)
 
 # We produce .ok files when the tests succeed
-%.ok: $(LINT)
+%.ok: $(LINT) %info
        $(PRE)$(LINT) $(LINT_OPTS$(notdir $@)) --deps-fail-ignore $(LINTFLAGS) $(dir $*) && touch $@
 
 check: $(MODULES:%=%/.ok)