diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-09 19:35:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-09 19:35:33 +0000 |
commit | 424b847f070207663d900cdb0dd1a42264e149b4 (patch) | |
tree | a0b3a882b94d219317bf6755eac2f7a93e2ac6ed /tools/as | |
parent | 3533155dfb8b3a2ad0c8c7420d82b2f4e515c0ea (diff) | |
download | external_llvm-424b847f070207663d900cdb0dd1a42264e149b4.zip external_llvm-424b847f070207663d900cdb0dd1a42264e149b4.tar.gz external_llvm-424b847f070207663d900cdb0dd1a42264e149b4.tar.bz2 |
Remove extraneous space
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/as')
-rw-r--r-- | tools/as/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/as/Makefile b/tools/as/Makefile index b1d71e0..8b7a961 100644 --- a/tools/as/Makefile +++ b/tools/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 |