From ed03bc913fcbdae68d4f72a751a5a1ec79294ddd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Oct 2002 14:32:42 +0000 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 7518f7ff6e..b021a4cb31 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 -- cgit v1.2.3