summaryrefslogtreecommitdiff
path: root/tools/llvm-as
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-09 19:35:33 +0000
committerChris Lattner <sabre@nondot.org>2001-09-09 19:35:33 +0000
commit424b847f070207663d900cdb0dd1a42264e149b4 (patch)
treea0b3a882b94d219317bf6755eac2f7a93e2ac6ed /tools/llvm-as
parent3533155dfb8b3a2ad0c8c7420d82b2f4e515c0ea (diff)
downloadllvm-424b847f070207663d900cdb0dd1a42264e149b4.tar.gz
llvm-424b847f070207663d900cdb0dd1a42264e149b4.tar.bz2
llvm-424b847f070207663d900cdb0dd1a42264e149b4.tar.xz
Remove extraneous space
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as')
-rw-r--r--tools/llvm-as/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile
index b1d71e05b0..8b7a961564 100644
--- a/tools/llvm-as/Makefile
+++ b/tools/llvm-as/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = as
-USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
+USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support
include $(LEVEL)/Makefile.common