From ed03bc913fcbdae68d4f72a751a5a1ec79294ddd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Oct 2002 14:32:42 +0000 Subject: [PATCH] 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 --- Makefile.common | 2 +- Makefile.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1