diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
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 |