diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
commit | 9b8f542e2746b28721b3ec603c3aaaa10ea708fc (patch) | |
tree | eef93b0e196836f47b0b47dcd948342c65135bf3 /Makefile.common | |
parent | afa2259e36960b01f9861aec031fafaf63e1fdf2 (diff) |
Removed trailing whitespace from Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.common b/Makefile.common index 18a4ace19f..e1f52036f6 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,10 +1,10 @@ #===-- Makefile.common - Common make rules for LLVM --------*- Makefile -*--===# -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# #===------------------------------------------------------------------------===# # # This file is included by all of the LLVM makefiles. This file defines common @@ -15,8 +15,8 @@ # The following functionality can be set by setting incoming variables. # The variable $(LEVEL) *must* be set: # -# 1. LEVEL - The level of the current subdirectory from the top of the -# source directory. This level should be expressed as a path, for +# 1. LEVEL - The level of the current subdirectory from the top of the +# source directory. This level should be expressed as a path, for # example, ../.. for two levels deep. # # 2. DIRS - A list of subdirectories to be built. Fake targets are set up @@ -29,7 +29,7 @@ # built, which are then built in any order. # # 4. Source - If specified, this sets the source code filenames. If this -# is not set, it defaults to be all of the .cpp, .c, .y, and .l files +# is not set, it defaults to be all of the .cpp, .c, .y, and .l files # in the current directory. Also, if you want to build files in addition # to the local files, you can use the ExtraSource variable # @@ -56,7 +56,7 @@ # # Configuration file to set paths specific to local installation of LLVM -# +# ifndef LLVM_OBJ_ROOT include $(LEVEL)/Makefile.config else |