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 /lib/Transforms/Instrumentation | |
| parent | afa2259e36960b01f9861aec031fafaf63e1fdf2 (diff) | |
| download | external_llvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.zip external_llvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.tar.gz external_llvm-9b8f542e2746b28721b3ec603c3aaaa10ea708fc.tar.bz2 | |
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 'lib/Transforms/Instrumentation')
| -rw-r--r-- | lib/Transforms/Instrumentation/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index b1f709c..6cbc7a9 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/Makefile @@ -1,14 +1,14 @@ ##===- lib/Transforms/Instrumentation/Makefile -------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. -LIBRARYNAME = LLVMInstrumentation +LIBRARYNAME = LLVMInstrumentation BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common |
