From: Chris Lattner Date: Fri, 25 Oct 2002 14:32:42 +0000 (+0000) Subject: Patch submited by Casey to remove obnoxious warnings. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=ed03bc913fcbdae68d4f72a751a5a1ec79294ddd Patch submited by Casey to remove obnoxious warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4278 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.common b/Makefile.common index 7518f7ff6e9..b021a4cb31b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -476,5 +476,5 @@ clean:: # SourceDepend := $(addsuffix .d,$(addprefix $(BUILD_ROOT)/Depend/,$(basename $(filter-out Debug/%, $(Source))))) ifneq ($(SourceDepend),) -include $(SourceDepend) +-include $(SourceDepend) endif diff --git a/Makefile.rules b/Makefile.rules index 7518f7ff6e9..b021a4cb31b 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -476,5 +476,5 @@ clean:: # SourceDepend := $(addsuffix .d,$(addprefix $(BUILD_ROOT)/Depend/,$(basename $(filter-out Debug/%, $(Source))))) ifneq ($(SourceDepend),) -include $(SourceDepend) +-include $(SourceDepend) endif