summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2009-10-25 23:41:56 +0000
committerChandler Carruth <chandlerc@gmail.com>2009-10-25 23:41:56 +0000
commit3d5ec9f0c1ae55ae0670e797a7ed2c5afd7de47d (patch)
tree88bb24ba7516f943a82272e4211a49bb36fc0a89 /Makefile
parent1d871c5e547996a8dd5192e48d22aadf11cd2a9d (diff)
downloadllvm-3d5ec9f0c1ae55ae0670e797a7ed2c5afd7de47d.tar.gz
llvm-3d5ec9f0c1ae55ae0670e797a7ed2c5afd7de47d.tar.bz2
llvm-3d5ec9f0c1ae55ae0670e797a7ed2c5afd7de47d.tar.xz
Remove stale reference to ThreadSupport.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d2000b4838..e237bb3a4f 100644
--- a/Makefile
+++ b/Makefile
@@ -133,8 +133,7 @@ dist-hook::
$(Echo) Eliminating files constructed by configure
$(Verb) $(RM) -f \
$(TopDistDir)/include/llvm/Config/config.h \
- $(TopDistDir)/include/llvm/Support/DataTypes.h \
- $(TopDistDir)/include/llvm/Support/ThreadSupport.h
+ $(TopDistDir)/include/llvm/Support/DataTypes.h
clang-only: all
tools-only: all