Remove stale reference to ThreadSupport.h.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 25 Oct 2009 23:41:56 +0000 (23:41 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 25 Oct 2009 23:41:56 +0000 (23:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85082 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index d2000b48387af043d50255169d2c1a222a1bf6e1..e237bb3a4f8cee7c53d508d10a93f43b92b1efc6 100644 (file)
--- 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