From 7f05d433e00741163a7482270b219e8336d843ae Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 30 Oct 2009 19:52:05 +0000 Subject: [PATCH] Remove extraneous comment line llvm-svn: 85606 --- Makefile | 1 - 1 file changed, 1 deletion(-) 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)