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 | 1abd46d0222a77cb0faf00de73f383a9b093ad19 (patch) | |
tree | ceffbf1a050838c2ff64ef2e454e6a32d3b28db3 /Makefile.rules | |
parent | a2a488594df335efa17bc253436465c2ae984f91 (diff) |
Add a missing .
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index d35447d912..74ee5b4e34 100644 --- a/Makefile.rules +++ b/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 |