[llvm-commits] CVS: llvm/tools/gccld/Makefile

Misha Brukman brukman at cs.uiuc.edu
Sun Apr 24 10:43:49 PDT 2005



Changes in directory llvm/tools/gccld:

Makefile updated: 1.11 -> 1.12
---
Log message:

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


---
Diffs of the changes:  (+3 -3)

 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/tools/gccld/Makefile
diff -u llvm/tools/gccld/Makefile:1.11 llvm/tools/gccld/Makefile:1.12
--- llvm/tools/gccld/Makefile:1.11	Thu Nov 25 14:22:07 2004
+++ llvm/tools/gccld/Makefile	Sun Apr 24 12:43:38 2005
@@ -11,8 +11,8 @@
 
 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






More information about the llvm-commits mailing list