Remove extraneous comment line
authorJim Grosbach <grosbach@apple.com>
Fri, 30 Oct 2009 19:52:05 +0000 (19:52 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 30 Oct 2009 19:52:05 +0000 (19:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85606 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index b0045dc8ec840c911e0f9399938bea9336401d83..cc7e550a1bdaa4834597ddd2721069024ef94008 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,6 @@ LEVEL := .
 # "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)