From 424b847f070207663d900cdb0dd1a42264e149b4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 9 Sep 2001 19:35:33 +0000 Subject: Remove extraneous space git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@509 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-as/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvm-as') 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 -- cgit v1.2.3