From: Chandler Carruth Date: Fri, 9 Dec 2011 00:09:20 +0000 (+0000) Subject: Teach the Makefile build about the new diagnostic file from r146207. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66aff4a3b0e127b523260c9720544a3e4be9a14f;p=clang Teach the Makefile build about the new diagnostic file from r146207. Amazingly this is all that's required. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/Makefile b/include/clang/Basic/Makefile index eeffe2dfb6..e986339b2a 100644 --- a/include/clang/Basic/Makefile +++ b/include/clang/Basic/Makefile @@ -4,6 +4,7 @@ BUILT_SOURCES = \ DiagnosticCommonKinds.inc DiagnosticDriverKinds.inc \ DiagnosticFrontendKinds.inc DiagnosticLexKinds.inc \ DiagnosticParseKinds.inc DiagnosticSemaKinds.inc \ + DiagnosticSerializationKinds.inc \ DiagnosticIndexName.inc DiagnosticGroups.inc AttrList.inc arm_neon.inc \ Version.inc