From 424b847f070207663d900cdb0dd1a42264e149b4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 9 Sep 2001 19:35:33 +0000 Subject: [PATCH] Remove extraneous space git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@509 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/as/Makefile | 2 +- tools/llvm-as/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1