From 3d5ec9f0c1ae55ae0670e797a7ed2c5afd7de47d 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85082 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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