From 38ddd865e56f94770286f4afec0e2e160dfd48ff Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sun, 1 Feb 2004 17:07:23 +0000 Subject: Depfiles are not generated in $(srcdir), so don't include them from there... svn-id: r12707 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 12e3ea0e26..b91b274fb8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -171,4 +171,4 @@ endif # Include the dependency tracking files. We add /dev/null at the end # of the list to avoid a warning/error if no .d file exist --include $(wildcard $(addprefix $(srcdir)/, $(addsuffix /*.d,$(DEPDIRS)))) /dev/null +-include $(wildcard $(addsuffix /*.d,$(DEPDIRS))) /dev/null -- cgit v1.2.3