Remove extraneous comment line

llvm-svn: 85606
This commit is contained in:
Jim Grosbach 2009-10-30 19:52:05 +00:00
parent ad637e9564
commit b2dfe8b19a
1 changed files with 0 additions and 1 deletions

View File

@ -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)