aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMax Horn2007-09-29 11:20:07 +0000
committerMax Horn2007-09-29 11:20:07 +0000
commit41fb38e05e977749d26220a1ecc1c4b6abedd023 (patch)
treea17411e890304f051a1ffccb7769e15b2df4bcd0 /Makefile.common
parent44746d74a4cc27498814656f26c248fad73325f7 (diff)
downloadscummvm-rg350-41fb38e05e977749d26220a1ecc1c4b6abedd023.tar.gz
scummvm-rg350-41fb38e05e977749d26220a1ecc1c4b6abedd023.tar.bz2
scummvm-rg350-41fb38e05e977749d26220a1ecc1c4b6abedd023.zip
Fix bug #1803020: Oddity in Makefile.common
svn-id: r29130
Diffstat (limited to 'Makefile.common')
-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)))