From dcff25f2cd8c11a9368cc2369aeb0319c32d9e26 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Sun, 17 Jun 2012 19:01:32 -0500 Subject: make: automatically include dependencies in recursive subdir rules (v2) I think I understand enough of what's going on in these rules to ensure this is right. But I could certainly use a second or third opinion... Signed-off-by: Anthony Liguori --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 2907aad0c4..550d8897a3 100644 --- a/Makefile.target +++ b/Makefile.target @@ -216,4 +216,4 @@ GENERATED_HEADERS += config-target.h Makefile: $(GENERATED_HEADERS) # Include automatically generated dependency files --include $(wildcard *.d */*.d) +-include $(wildcard *.d) -- cgit v1.2.1