From: Jim Grosbach Date: Fri, 30 Oct 2009 19:52:05 +0000 (+0000) Subject: Remove extraneous comment line X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=79dec80e1931d43eaa96dede5bc982f72b57c11a;p=oota-llvm.git Remove extraneous comment line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85606 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index b0045dc8ec8..cc7e550a1bd 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)