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

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



Changes in directory llvm/tools/llvm-as:

Makefile updated: 1.15 -> 1.16
---
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:  (+2 -2)

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/tools/llvm-as/Makefile
diff -u llvm/tools/llvm-as/Makefile:1.15 llvm/tools/llvm-as/Makefile:1.16
--- llvm/tools/llvm-as/Makefile:1.15	Thu Nov 25 14:22:07 2004
+++ llvm/tools/llvm-as/Makefile	Sun Apr 24 12:43:39 2005
@@ -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






More information about the llvm-commits mailing list