[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Fri Jun 29 07:02:40 PDT 2007
Changes in directory llvm:
Makefile.rules updated: 1.437 -> 1.438
---
Log message:
Add a missing .
---
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.437 llvm/Makefile.rules:1.438
--- llvm/Makefile.rules:1.437 Thu Jun 28 22:36:21 2007
+++ llvm/Makefile.rules Fri Jun 29 09:02:07 2007
@@ -38,7 +38,7 @@
VPATH=$(PROJ_SRC_DIR)
#--------------------------------------------------------------------
-# Reset the list of suffixes we know how to build
+# Reset the list of suffixes we know how to build.
#--------------------------------------------------------------------
.SUFFIXES:
.SUFFIXES: .c .cpp .cc .h .hpp .y .l .lo .o .a .bc .td .ps .dot .ll
More information about the llvm-commits
mailing list