Remove extraneous space
authorChris Lattner <sabre@nondot.org>
Sun, 9 Sep 2001 19:35:33 +0000 (19:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Sep 2001 19:35:33 +0000 (19:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@509 91177308-0d34-0410-b5e6-96231b3b80d8

tools/as/Makefile
tools/llvm-as/Makefile

index b1d71e05b04e9fe163f6c2dcf1722fb42ecc6a69..8b7a961564bc5615d000796a7bba4b6db64af71b 100644 (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
index b1d71e05b04e9fe163f6c2dcf1722fb42ecc6a69..8b7a961564bc5615d000796a7bba4b6db64af71b 100644 (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