aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 33d4d661b4..64caa32149 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -118,6 +118,5 @@ ifdef HAVE_NASM
$(NASM) -O1 $(NASMFLAGS) -g -o $*.o $(<)
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 $(addsuffix /*.d,$(DEPDIRS))) /dev/null
+# Include the dependency tracking files.
+-include $(wildcard $(addsuffix /*.d,$(DEPDIRS)))