[llvm-commits] CVS: llvm/Makefile.rules
Misha Brukman
brukman at cs.uiuc.edu
Tue Aug 16 19:39:07 PDT 2005
Changes in directory llvm:
Makefile.rules updated: 1.318 -> 1.319
---
Log message:
Fix grammar
---
Diffs of the changes: (+1 -1)
Makefile.rules | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.318 llvm/Makefile.rules:1.319
--- llvm/Makefile.rules:1.318 Sat Aug 13 00:09:50 2005
+++ llvm/Makefile.rules Tue Aug 16 21:38:56 2005
@@ -625,7 +625,7 @@
# (defined by the user's project) and "LLVM" libs (defined
# by the # LLVM project).
#---------------------------------------------------------
-#some versions of gcc on alpha produce to many symbols, so use a .a file
+# Some versions of gcc on Alpha produce too many symbols, so use a .a file
ifeq ($(ARCH),Alpha)
USEDLIBS := $(subst LLVMCore, LLVMCore.a, $(USEDLIBS))
LLVMLIBS := $(subst LLVMCore, LLVMCore.a, $(LLVMLIBS))
More information about the llvm-commits
mailing list