summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-01-09 16:44:42 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-01-09 16:44:42 +0000
commit9b8f542e2746b28721b3ec603c3aaaa10ea708fc (patch)
treeeef93b0e196836f47b0b47dcd948342c65135bf3 /Makefile.config.in
parentafa2259e36960b01f9861aec031fafaf63e1fdf2 (diff)
downloadllvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.tar.gz
llvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.tar.bz2
llvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.tar.xz
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.config.in')
-rw-r--r--Makefile.config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 96e5733ec7..bcf1a00e12 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -4,7 +4,7 @@
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
#===------------------------------------------------------------------------===#
#
# This file is included by Makefile.common. It defines paths and other
@@ -150,7 +150,7 @@ TAR := @TAR@
YACC := @YACC@
# Paths to miscellaneous programs we hope are present but might not be
-PERL := @PERL@
+PERL := @PERL@
BZIP2 := @BZIP2@
DOT := @DOT@
DOXYGEN := @DOXYGEN@
@@ -207,12 +207,12 @@ OBJ_ROOT := .
# make command line (ie, make ENABLE_PROFILING=1):
# When ENABLE_OPTIMIZED is enabled, LLVM code is optimized and output is put
-# into the "Release" directories. Otherwise, LLVM code is not optimized and
+# into the "Release" directories. Otherwise, LLVM code is not optimized and
# output is put in the "Debug" directories.
#ENABLE_OPTIMIZED = 1
@ENABLE_OPTIMIZED@
-# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will
+# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will
# exclude assertion checks, otherwise they are included.
#DISABLE_ASSERTIONS = 1
@DISABLE_ASSERTIONS@