Remove extraneous space

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@509 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-09-09 19:35:33 +00:00
parent 3533155dfb
commit 424b847f07
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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