From 15e4f7430c1ad7fa4a7ef2d036a9cfbb862b52d5 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 31 Oct 2004 17:58:58 +0000 Subject: [PATCH] One more missing end tag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17371 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/MakefileGuide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index b0ec2514798..6713db623ec 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -510,7 +510,7 @@
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.
-
LEVEL(required)
+
LEVEL(required)
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.