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

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



Changes in directory llvm/tools/llvm-prof:

Makefile updated: 1.5 -> 1.6
---
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 -1)

 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/tools/llvm-prof/Makefile
diff -u llvm/tools/llvm-prof/Makefile:1.5 llvm/tools/llvm-prof/Makefile:1.6
--- llvm/tools/llvm-prof/Makefile:1.5	Thu Nov 25 14:22:07 2004
+++ llvm/tools/llvm-prof/Makefile	Sun Apr 24 12:43:41 2005
@@ -10,5 +10,6 @@
 
 TOOLNAME = llvm-prof
 USEDLIBS = LLVMAnalysis.a LLVMBCReader \
-	   LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+           LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list