]> granicus.if.org Git - clang/commitdiff
Fix a typo in the previous commit I thought I'd fixed, but apparently didn't.
authorSean Hunt <rideau3@gmail.com>
Thu, 17 Jun 2010 00:42:32 +0000 (00:42 +0000)
committerSean Hunt <rideau3@gmail.com>
Thu, 17 Jun 2010 00:42:32 +0000 (00:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106189 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/CMakeLists.txt

index f789ae8487126dfb032d808b12f7eeae2ca58408..a99a6976d2408a094eac871fb3c9163eb0ad79ab 100644 (file)
@@ -24,4 +24,4 @@ tablegen(AttrList.inc
          -gen-clang-attr-list
          -I ${CMAKE_CURRENT_SOURCE_DIR}/.././)
 add_custom_target(ClangAttrList
-  DEPENDS AttrLit.inc)
+  DEPENDS AttrList.inc)