diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-08 15:37:35 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-08 15:37:35 +0000 |
commit | 249d64a14c588ee95f50ab5d674db7235a400cf0 (patch) | |
tree | 39c9c837b9d25c3109979bad7aaad0f059dfa1fe /tools/llvm-dis/Makefile | |
parent | ef0ce6a4948f4494d2115b7d3593ad0f30037e6b (diff) |
Chomped spurious blank lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7700 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-dis/Makefile')
-rw-r--r-- | tools/llvm-dis/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index 5e7f6d31c0..4409a17767 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -3,5 +3,3 @@ LEVEL = ../.. TOOLNAME = dis USEDLIBS = bcreader cwriter ipa.a vmcore support.a include $(LEVEL)/Makefile.common - - |