]> git.ozlabs.org Git - ccan/commit
Makefile: fix fastcheck.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 15 Mar 2017 02:54:02 +0000 (13:24 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 15 Mar 2017 02:54:02 +0000 (13:24 +1030)
commit0ea6a2126c713207cb139d3329b15f0c9d735fbe
tree25f2cfbd0e7818ff3de673beb8e3dc341c94c9a1
parenta9f9eb8826d7f8cf9a6200967711247d5d3cfe04
Makefile: fix fastcheck.

commit 25b7406d11ea3703be864097af66ce95611dde72 tried to make the tests
depend on the info file, but that broke .fast.ok, which used the same
pattern:

%.ok: $(LINT) %info

This is what happens when you're too tricky!  Simply duplicate the rule,
and change .fast.ok to .fast-ok so it doesn't match both.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile
tools/gen_deps.sh