aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2006-07-11 18:25:57 +0000
committerDevang Patel <dpatel@apple.com>2006-07-11 18:25:57 +0000
commit27bc97d2479e3345d61f9b08f2e6ae7dfa88fafb (patch)
tree8f0a9a9624d5257e57023e1f1b4334ea207f4477
parent16d42c6ac65e19aedfb4853724416cefda27134e (diff)
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29107 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/MakefileGuide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html
index cbbf3b1eb0..ca19f5f23d 100644
--- a/docs/MakefileGuide.html
+++ b/docs/MakefileGuide.html
@@ -237,7 +237,7 @@
LIBRARYNAME = mylib
SHARED_LIBRARY = 1
ARCHIVE_LIBRARY = 1
- DONT_BUILT_RELINKED = 1
+ DONT_BUILD_RELINKED = 1
</tt></pre>
<p>says to build a library named "mylib" with both a shared library
(<tt>mylib.so</tt>) and an archive library (<tt>mylib.a</tt>) version but