Remove stale reference to ThreadSupport.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85082 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2009-10-25 23:41:56 +00:00
parent 1d871c5e54
commit 3d5ec9f0c1

View File

@ -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