summaryrefslogtreecommitdiff
path: root/docs/MakefileGuide.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-31 17:58:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-31 17:58:58 +0000
commit15e4f7430c1ad7fa4a7ef2d036a9cfbb862b52d5 (patch)
tree189f12f8bdddf6c3e450b828d1d756d941ba7f36 /docs/MakefileGuide.html
parent0b166c442ba27293335a794cfd8135c7dd43cd58 (diff)
downloadllvm-15e4f7430c1ad7fa4a7ef2d036a9cfbb862b52d5.tar.gz
llvm-15e4f7430c1ad7fa4a7ef2d036a9cfbb862b52d5.tar.bz2
llvm-15e4f7430c1ad7fa4a7ef2d036a9cfbb862b52d5.tar.xz
One more missing end tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17371 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MakefileGuide.html')
-rw-r--r--docs/MakefileGuide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html
index b0ec251479..6713db623e 100644
--- a/docs/MakefileGuide.html
+++ b/docs/MakefileGuide.html
@@ -510,7 +510,7 @@
<dd>If set to any value, specifies that when linking executables the
makefiles should retain debug symbols in the executable. Normally, symbols
are stripped from the executable.</dd>
- <dt><a name="LEVEL"><tt>LEVEL</tt></a><small>(required)</dt>
+ <dt><a name="LEVEL"><tt>LEVEL</tt></a><small>(required)</small></dt>
<dd>Specify the level of nesting from the top level. This variable must be
set in each makefile as it is used to find the top level and thus the other
makefiles.</dd>