From: David Gibson Date: Tue, 16 Feb 2016 12:35:41 +0000 (+1100) Subject: Correctly include dependencies for nested modules X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=64b9c66673ed48b09c9be72668acdfb9230df488;hp=64b9c66673ed48b09c9be72668acdfb9230df488 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 ---