[llvm-commits] CVS: llvm/tools/gccas/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Sun Apr 24 10:43:48 PDT 2005
Changes in directory llvm/tools/gccas:
Makefile updated: 1.20 -> 1.21
---
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/gccas/Makefile
diff -u llvm/tools/gccas/Makefile:1.20 llvm/tools/gccas/Makefile:1.21
--- llvm/tools/gccas/Makefile:1.20 Thu Nov 25 14:22:07 2004
+++ llvm/tools/gccas/Makefile Sun Apr 24 12:43:37 2005
@@ -10,7 +10,7 @@
TOOLNAME = gccas
USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \
- LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \
- LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+ LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list