aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMarcus Comstedt2004-02-01 17:07:23 +0000
committerMarcus Comstedt2004-02-01 17:07:23 +0000
commit38ddd865e56f94770286f4afec0e2e160dfd48ff (patch)
treec589114f664a66fc18f0aaae21f1b608bd5fe2f3 /Makefile.common
parent13b93b8bbab156ba3ac8a07029459544c73c5490 (diff)
downloadscummvm-rg350-38ddd865e56f94770286f4afec0e2e160dfd48ff.tar.gz
scummvm-rg350-38ddd865e56f94770286f4afec0e2e160dfd48ff.tar.bz2
scummvm-rg350-38ddd865e56f94770286f4afec0e2e160dfd48ff.zip
Depfiles are not generated in $(srcdir), so don't include them from there...
svn-id: r12707
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
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