1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Remove stale reference to ThreadSupport.h.

llvm-svn: 85082
This commit is contained in:
Chandler Carruth 2009-10-25 23:41:56 +00:00
parent e3508acbef
commit 88cbba7934

View File

@ -133,8 +133,7 @@ dist-hook::
$(Echo) Eliminating files constructed by configure $(Echo) Eliminating files constructed by configure
$(Verb) $(RM) -f \ $(Verb) $(RM) -f \
$(TopDistDir)/include/llvm/Config/config.h \ $(TopDistDir)/include/llvm/Config/config.h \
$(TopDistDir)/include/llvm/Support/DataTypes.h \ $(TopDistDir)/include/llvm/Support/DataTypes.h
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
clang-only: all clang-only: all
tools-only: all tools-only: all