From: Sean Hunt Date: Thu, 17 Jun 2010 00:42:32 +0000 (+0000) Subject: Fix a typo in the previous commit I thought I'd fixed, but apparently didn't. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7028a17d30e27d1c1383421b39374426a7c63656;p=clang Fix a typo in the previous commit I thought I'd fixed, but apparently didn't. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106189 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/CMakeLists.txt b/include/clang/Basic/CMakeLists.txt index f789ae8487..a99a6976d2 100644 --- a/include/clang/Basic/CMakeLists.txt +++ b/include/clang/Basic/CMakeLists.txt @@ -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)