From ca1e0c6ae0c9936732920edd0deadd73dc39ad69 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 24 Apr 2005 17:43:41 +0000 Subject: There are still uses for spaces in Makefiles -- to make text line up together, regardless of the tab size/stop settings on the developer side llvm-svn: 21499 --- llvm/tools/llvm-as/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/tools/llvm-as') diff --git a/llvm/tools/llvm-as/Makefile b/llvm/tools/llvm-as/Makefile index ed44577cee1..91de6d2490b 100644 --- a/llvm/tools/llvm-as/Makefile +++ b/llvm/tools/llvm-as/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvm-as -USEDLIBS = LLVMAsmParser LLVMBCWriter \ - LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a +USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore \ + LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common -- cgit v1.2.3