From e50b075b664c9d9baa7af605cf4c7df5a57ca5c4 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 24 Apr 2005 17:43:41 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21499 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gccas/Makefile | 4 ++-- tools/gccld/Makefile | 6 +++--- tools/llvm-as/Makefile | 4 ++-- tools/llvm-prof/Makefile | 3 ++- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index d81a5c8d029..c66fb4fe497 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = gccas USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \ - LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \ - LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a + LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile index c13e4f51d90..96e73d68713 100644 --- a/tools/gccld/Makefile +++ b/tools/gccld/Makefile @@ -11,8 +11,8 @@ LEVEL = ../.. TOOLNAME = gccld USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \ - LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \ - LLVMArchive.a LLVMBCReader LLVMBCWriter \ - LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a + LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \ + LLVMArchive.a LLVMBCReader LLVMBCWriter \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index ed44577cee1..91de6d2490b 100644 --- a/tools/llvm-as/Makefile +++ b/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 diff --git a/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile index dabac6c4b14..b0d4b3e5796 100644 --- a/tools/llvm-prof/Makefile +++ b/tools/llvm-prof/Makefile @@ -10,5 +10,6 @@ LEVEL = ../.. TOOLNAME = llvm-prof USEDLIBS = LLVMAnalysis.a LLVMBCReader \ - LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a + include $(LEVEL)/Makefile.common -- 2.11.0