summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitca1e0c6ae0c9936732920edd0deadd73dc39ad69 (patch)
tree12a9a603aa623d3328ad83e00c95b549abdda44c /llvm/tools/gccld
parente22594f3d76b6ed313b44a99f67ae149e116c42b (diff)
downloadbcm5719-llvm-ca1e0c6ae0c9936732920edd0deadd73dc39ad69.tar.gz
bcm5719-llvm-ca1e0c6ae0c9936732920edd0deadd73dc39ad69.zip
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
Diffstat (limited to 'llvm/tools/gccld')
-rw-r--r--llvm/tools/gccld/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/gccld/Makefile b/llvm/tools/gccld/Makefile
index c13e4f51d90..96e73d68713 100644
--- a/llvm/tools/gccld/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud