X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=6329f05b46b9515d05bfe84d72f9f56ff76d817f;hp=0e31fa641dcb62dd9a0279fb9012133e78841206;hb=f61027e32e0dd552b1b2c26d3c68c9eb1b6be61c;hpb=16b7eb13fbcb1a04a71622e6310020baccc3c39c diff --git a/Makefile b/Makefile index 0e31fa64..6329f05b 100644 --- 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 )