From 88cbba793442a22223022ee37b5cddb5f6bf3167 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sun, 25 Oct 2009 23:41:56 +0000 Subject: [PATCH] Remove stale reference to ThreadSupport.h. llvm-svn: 85082 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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