Patch submited by Casey to remove obnoxious warnings.
authorChris Lattner <sabre@nondot.org>
Fri, 25 Oct 2002 14:32:42 +0000 (14:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Oct 2002 14:32:42 +0000 (14:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4278 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 7518f7ff6e9ebd25ef11deb5c13e491df2e81bca..b021a4cb31b6d3cb244429f380536d2ba0792e63 100644 (file)
@@ -476,5 +476,5 @@ clean::
 #
 SourceDepend := $(addsuffix .d,$(addprefix $(BUILD_ROOT)/Depend/,$(basename $(filter-out Debug/%, $(Source)))))
 ifneq ($(SourceDepend),)
-include $(SourceDepend)
+-include $(SourceDepend)
 endif
index 7518f7ff6e9ebd25ef11deb5c13e491df2e81bca..b021a4cb31b6d3cb244429f380536d2ba0792e63 100644 (file)
@@ -476,5 +476,5 @@ clean::
 #
 SourceDepend := $(addsuffix .d,$(addprefix $(BUILD_ROOT)/Depend/,$(basename $(filter-out Debug/%, $(Source)))))
 ifneq ($(SourceDepend),)
-include $(SourceDepend)
+-include $(SourceDepend)
 endif