diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-25 14:32:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-25 14:32:42 +0000 |
commit | ed03bc913fcbdae68d4f72a751a5a1ec79294ddd (patch) | |
tree | 5730546c5da75977d0356c6b41f6839c460143c3 /Makefile.common | |
parent | e2d053ad1885c13bb2b498924eacaed73d838f6a (diff) |
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.common | 2 |
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 |