]> git.ozlabs.org Git - ccan/blobdiff - Makefile
changes to infotojson for storing dependencies from get_deps()
[ccan] / Makefile
index 0e31fa641dcb62dd9a0279fb9012133e78841206..6329f05b46b9515d05bfe84d72f9f56ff76d817f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,8 @@ libccan.a: $(ALL_LIBS)
 check: $(ALL_DIRS:%=test-%)
 
 distclean: clean
-       rm -f */_info
        rm -f $(ALL_DEPENDS)
 
-$(ALL_DEPENDS): $(ALL_DIRS:=/_info)
-
 $(ALL_DEPENDS): %/.depends: tools/ccan_depends
        tools/ccan_depends $* > $@ || ( rm -f $@; exit 1 )