Fix yet another CMake typo. I'm not quite sure how this succeeded locally now.

llvm-svn: 106193
This commit is contained in:
Alexis Hunt 2010-06-17 00:51:27 +00:00
parent 836af6bb36
commit 849bccafe0
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ add_custom_target(ClangDiagnosticGroups
set(LLVM_TARGET_DEFINITIONS Attr.td)
tablegen(AttrList.inc
-gen-clang-attr-list
-I ${CMAKE_CURRENT_SOURCE_DIR}/.././)
-I ${CMAKE_CURRENT_SOURCE_DIR}/../../)
add_custom_target(ClangAttrList
DEPENDS AttrList.inc)