X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=6329f05b46b9515d05bfe84d72f9f56ff76d817f;hp=0e31fa641dcb62dd9a0279fb9012133e78841206;hb=d2c982b37f3c4373e99e7c60c19d048de02b5919;hpb=3d51b972db98f21158be6d742bc976e8aaba8ea7 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 )