diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-06-29 14:02:07 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-06-29 14:02:07 +0000 |
commit | 7214cfdf66587ec14906a76fb8cd3b0975d7f1b2 (patch) | |
tree | 1ef402e45a1633685f1ceae5851c4acfa18bb2d3 | |
parent | 4c1e6f38045add04d3c1eab299adcc572115aa3b (diff) | |
download | bcm5719-llvm-7214cfdf66587ec14906a76fb8cd3b0975d7f1b2.tar.gz bcm5719-llvm-7214cfdf66587ec14906a76fb8cd3b0975d7f1b2.zip |
Add a missing .
llvm-svn: 37800
-rw-r--r-- | llvm/Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index d35447d9129..74ee5b4e34a 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -38,7 +38,7 @@ InternalTargets := preconditions distdir dist-hook 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 |