Author: chapuni
Date: Thu Feb 20 07:41:19 2014
New Revision: 201785
URL: http://llvm.org/viewvc/llvm-project?rev=201785&view=rev
Log:
[CMake] clang_tablegen(AttrSpellings.inc): Prune redundant DEPENDS.
Modified:
cfe/trunk/include/clang/Lex/CMakeLists.txt
Modified: cfe/trunk/include/clang/Lex/CMakeLists.txt
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/CMakeLists.txt?rev=201785&r1=201784&r2=201785&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/CMakeLists.txt (original)
+++ cfe/trunk/include/clang/Lex/CMakeLists.txt Thu Feb 20 07:41:19 2014
@@ -2,4 +2,4 @@ clang_tablegen(AttrSpellings.inc -gen-cl
-I ${CMAKE_CURRENT_SOURCE_DIR}/../../
SOURCE ../Basic/Attr.td
TARGET ClangAttrSpellings
- DEPENDS AttrSpellings.inc)
+ )
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits