diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-09 19:35:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-09 19:35:33 +0000 |
commit | d9c5134806bd75eec529259532f3d3b62ffb4cf7 (patch) | |
tree | 740c85f800ac4bad662bc79cf978dc23ec0125e7 | |
parent | 7e6810c8078dff254a3ab4ce84a121ca4bdb4e92 (diff) | |
download | bcm5719-llvm-d9c5134806bd75eec529259532f3d3b62ffb4cf7.tar.gz bcm5719-llvm-d9c5134806bd75eec529259532f3d3b62ffb4cf7.zip |
Remove extraneous space
llvm-svn: 509
-rw-r--r-- | llvm/tools/as/Makefile | 2 | ||||
-rw-r--r-- | llvm/tools/llvm-as/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/as/Makefile b/llvm/tools/as/Makefile index b1d71e05b04..8b7a961564b 100644 --- a/llvm/tools/as/Makefile +++ b/llvm/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/llvm/tools/llvm-as/Makefile b/llvm/tools/llvm-as/Makefile index b1d71e05b04..8b7a961564b 100644 --- a/llvm/tools/llvm-as/Makefile +++ b/llvm/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 |