Depfiles are not generated in $(srcdir), so don't include them from there...

svn-id: r12707
This commit is contained in:
Marcus Comstedt 2004-02-01 17:07:23 +00:00
parent 13b93b8bba
commit 38ddd865e5

View File

@ -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