From: Chris Lattner Date: Sun, 9 Sep 2001 19:35:33 +0000 (+0000) Subject: Remove extraneous space X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=424b847f070207663d900cdb0dd1a42264e149b4;p=oota-llvm.git Remove extraneous space git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@509 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/as/Makefile b/tools/as/Makefile index b1d71e05b04..8b7a961564b 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 diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index b1d71e05b04..8b7a961564b 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