]> git.ozlabs.org Git - ccan/commit
Correctly include dependencies for nested modules
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 16 Feb 2016 12:35:41 +0000 (23:35 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 29 Apr 2016 23:18:28 +0000 (09:18 +1000)
commit64b9c66673ed48b09c9be72668acdfb9230df488
tree0f59c05bc4cb847ec23cb867c89000199a950c3c
parent34f380e5e3e050303d86d0a246a720b186022b70
Correctly include dependencies for nested modules

Currently we pull auto-generated dependencies into the Makefile with
include ccan/*/*.d.  That will omit any .d files from nested modules,
meaning things might not be correctly rebuilt there.

Correct this by using the list of modules instead of a 1-level wildcard.

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