aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-04-24 17:43:41 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-04-24 17:43:41 +0000
commite50b075b664c9d9baa7af605cf4c7df5a57ca5c4 (patch)
tree2c6720f305282d2a35950dd8b6779e0fa9e2957d /tools/gccld
parentde03bc07ef7034936971dcc0117e4a9a9436fcee (diff)
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
Diffstat (limited to 'tools/gccld')
-rw-r--r--tools/gccld/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile
index c13e4f51d9..96e73d6871 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