summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-25 14:32:42 +0000
committerChris Lattner <sabre@nondot.org>2002-10-25 14:32:42 +0000
commited03bc913fcbdae68d4f72a751a5a1ec79294ddd (patch)
tree5730546c5da75977d0356c6b41f6839c460143c3 /Makefile.common
parente2d053ad1885c13bb2b498924eacaed73d838f6a (diff)
downloadllvm-ed03bc913fcbdae68d4f72a751a5a1ec79294ddd.tar.gz
llvm-ed03bc913fcbdae68d4f72a751a5a1ec79294ddd.tar.bz2
llvm-ed03bc913fcbdae68d4f72a751a5a1ec79294ddd.tar.xz
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
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
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