From: Chandler Carruth Date: Sun, 25 Oct 2009 23:41:56 +0000 (+0000) Subject: Remove stale reference to ThreadSupport.h. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3d5ec9f0c1ae55ae0670e797a7ed2c5afd7de47d;p=oota-llvm.git Remove stale reference to ThreadSupport.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85082 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index d2000b48387..e237bb3a4f8 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