r174217 - Unbreak Makefile build after r174216

Dmitri Gribenko gribozavr at gmail.com
Fri Feb 1 12:30:27 PST 2013


Author: gribozavr
Date: Fri Feb  1 14:30:26 2013
New Revision: 174217

URL: http://llvm.org/viewvc/llvm-project?rev=174217&view=rev
Log:
Unbreak Makefile build after r174216

Modified:
    cfe/trunk/include/clang/AST/Makefile

Modified: cfe/trunk/include/clang/AST/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Makefile?rev=174217&r1=174216&r2=174217&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Makefile (original)
+++ cfe/trunk/include/clang/AST/Makefile Fri Feb  1 14:30:26 2013
@@ -5,7 +5,8 @@ BUILT_SOURCES = Attrs.inc AttrImpl.inc A
                 CommentNodes.inc CommentHTMLTags.inc \
                 CommentHTMLTagsProperties.inc \
                 CommentHTMLNamedCharacterReferences.inc \
-                CommentCommandInfo.inc
+                CommentCommandInfo.inc \
+                CommentCommandList.inc
 
 TABLEGEN_INC_FILES_COMMON = 1
 





More information about the cfe-commits mailing list