There are still uses for spaces in Makefiles -- to make text line up together,
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 24 Apr 2005 17:43:41 +0000 (17:43 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 24 Apr 2005 17:43:41 +0000 (17:43 +0000)
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
tools/gccld/Makefile
tools/llvm-as/Makefile
tools/llvm-prof/Makefile

index d81a5c8d029f0b00947cd4c7bd4d7d405901401f..c66fb4fe497b425f2db42d723d225f78f3c09ea0 100644 (file)
@@ -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
index c13e4f51d90c6208a631b90db60c5064626769fe..96e73d6871363364e2ef5878509899d7be8ff6dc 100644 (file)
@@ -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
index ed44577cee19b7cc9b306250dbd326bebb0f72fc..91de6d2490bbe0ead3622518d07bf203891ed130 100644 (file)
@@ -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
index dabac6c4b14528194e81fc5e7b9a98de9ba1d59e..b0d4b3e5796f1672100db0cc0558fcaa5f178ef7 100644 (file)
@@ -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