aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-10-30 19:52:05 +0000
committerJim Grosbach <grosbach@apple.com>2009-10-30 19:52:05 +0000
commit45795a3646741fea0da9973cad9e4d80e0cfc9a6 (patch)
treee51fd3eccddef1ae8543a6065a719faa40d974e7 /Makefile
parenteebeb09c84a0685a186a5539ee01ac7e8c4315d7 (diff)
downloadexternal_llvm-45795a3646741fea0da9973cad9e4d80e0cfc9a6.zip
external_llvm-45795a3646741fea0da9973cad9e4d80e0cfc9a6.tar.gz
external_llvm-45795a3646741fea0da9973cad9e4d80e0cfc9a6.tar.bz2
Remove extraneous comment line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85606 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0045dc..cc7e550 100644
--- 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)