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 | 5cbf22391667568c36943f89c0568d1ca4eb006f (patch) | |
tree | 731a2402e1767a409bd005ccc7add94cdfc42216 /llvm/lib/Makefile | |
parent | 726440dbc99e507cad76363de363db6ca9ee97b4 (diff) | |
download | bcm5719-llvm-5cbf22391667568c36943f89c0568d1ca4eb006f.tar.gz bcm5719-llvm-5cbf22391667568c36943f89c0568d1ca4eb006f.zip |
Removed trailing whitespace from Makefiles.
llvm-svn: 61991
Diffstat (limited to 'llvm/lib/Makefile')
-rw-r--r-- | llvm/lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Makefile b/llvm/lib/Makefile index 522295937b3..4ad0763f97a 100644 --- a/llvm/lib/Makefile +++ b/llvm/lib/Makefile @@ -1,15 +1,15 @@ ##===- lib/Makefile ----------------------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = .. PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \ - Target ExecutionEngine Debugger Linker + Target ExecutionEngine Debugger Linker include $(LEVEL)/Makefile.common |