diff options
-rw-r--r-- | llvm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/Makefile b/llvm/Makefile index d2000b48387..e237bb3a4f8 100644 --- a/llvm/Makefile +++ b/llvm/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 |