From 7028a17d30e27d1c1383421b39374426a7c63656 Mon Sep 17 00:00:00 2001 From: Sean Hunt Date: Thu, 17 Jun 2010 00:42:32 +0000 Subject: [PATCH] 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 --- include/clang/Basic/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0