]> git.ozlabs.org Git - ccan/commit
Makefile: Make module checks depend on info file
authorDavid Gibson <david@gibson.dropbear.id.au>
Sat, 24 Dec 2016 12:46:29 +0000 (23:46 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 24 Dec 2016 12:46:29 +0000 (23:46 +1100)
commit25b7406d11ea3703be864097af66ce95611dde72
treed4580aaf10b040400b7e79b196c6af91812c6076
parent05b15e51d1312f0b2970061b6497325d43f2be02
Makefile: Make module checks depend on info file

Changing the _info file can change how ccanlint assesses the module.
Therefore, if the _info file changes, we should re-run ccanlint module
tests with make check.  We didn't previously have a dependency for that,
though, so this adds it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Makefile