[llvm-commits] [llvm] r85082 - /llvm/trunk/Makefile

Chandler Carruth chandlerc at gmail.com
Sun Oct 25 16:41:57 PDT 2009


Author: chandlerc
Date: Sun Oct 25 18:41:56 2009
New Revision: 85082

URL: http://llvm.org/viewvc/llvm-project?rev=85082&view=rev
Log:
Remove stale reference to ThreadSupport.h.

Modified:
    llvm/trunk/Makefile

Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=85082&r1=85081&r2=85082&view=diff

==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Sun Oct 25 18:41:56 2009
@@ -133,8 +133,7 @@
 	$(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





More information about the llvm-commits mailing list