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

Jim Grosbach grosbach at apple.com
Fri Oct 30 12:52:06 PDT 2009


Author: grosbach
Date: Fri Oct 30 14:52:05 2009
New Revision: 85606

URL: http://llvm.org/viewvc/llvm-project?rev=85606&view=rev
Log:
Remove extraneous comment line

Modified:
    llvm/trunk/Makefile

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

==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Fri Oct 30 14:52:05 2009
@@ -24,7 +24,6 @@
 # "llvmCore", then this is an "Apple-style" build; search for
 # "Apple-style" in the comments for more info.  Anything else is a
 # normal build.
-#ifneq ($(RC_ProjectName),llvmCore)  # Normal build (not "Apple-style").
 ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore)  # Normal build (not "Apple-style").
 
 ifeq ($(BUILD_DIRS_ONLY),1)





More information about the llvm-commits mailing list