[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Wed Mar 23 13:14:44 PST 2005
Changes in directory llvm/runtime/GCCLibraries/crtend:
Makefile updated: 1.27 -> 1.28
---
Log message:
Fix grammar
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/runtime/GCCLibraries/crtend/Makefile
diff -u llvm/runtime/GCCLibraries/crtend/Makefile:1.27 llvm/runtime/GCCLibraries/crtend/Makefile:1.28
--- llvm/runtime/GCCLibraries/crtend/Makefile:1.27 Tue Dec 21 23:57:33 2004
+++ llvm/runtime/GCCLibraries/crtend/Makefile Wed Mar 23 15:14:33 2005
@@ -21,7 +21,7 @@
LIBRARYNAME = crtend
BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-# Note: We're using FAKE_SOURCES because the comp_*.c don't really exists.
+# Note: We're using FAKE_SOURCES because the comp_*.c don't really exist.
# However this makefile builds comp_*.bc and that's what we want in the library.
# The FAKE_SOURCES variable supports this kind of construction. It uses the
# FAKE_SOURCES to determine a list of things to build, but doesn't use
More information about the llvm-commits
mailing list