From: NAKAMURA Takumi Date: Thu, 20 Feb 2014 13:41:19 +0000 (+0000) Subject: [CMake] clang_tablegen(AttrSpellings.inc): Prune redundant DEPENDS. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e02f9acc8bdeeda4d16877714604a412f7a649d;p=clang [CMake] clang_tablegen(AttrSpellings.inc): Prune redundant DEPENDS. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201785 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Lex/CMakeLists.txt b/include/clang/Lex/CMakeLists.txt index 38055ebb64..c41884efb4 100644 --- a/include/clang/Lex/CMakeLists.txt +++ b/include/clang/Lex/CMakeLists.txt @@ -2,4 +2,4 @@ clang_tablegen(AttrSpellings.inc -gen-clang-attr-spelling-list -I ${CMAKE_CURRENT_SOURCE_DIR}/../../ SOURCE ../Basic/Attr.td TARGET ClangAttrSpellings - DEPENDS AttrSpellings.inc) + )