X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=6329f05b46b9515d05bfe84d72f9f56ff76d817f;hp=0e31fa641dcb62dd9a0279fb9012133e78841206;hb=a13257dd9b06ccd236092ccb7df8e1239ba79fa6;hpb=f6387bc4a0f5aa75160095a876b103758ea807c7;ds=sidebyside 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 )