summaryrefslogtreecommitdiffstats
path: root/llvm/docs/MakefileGuide.html
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
commitd14fd43f4b9d99dc33f89ac65f46425fbd81243f (patch)
treeac30caaa079f518a82c9d15a3155e89a4c23e996 /llvm/docs/MakefileGuide.html
parentf7300b270672cec5488d659004f0c13acb8f8942 (diff)
downloadbcm5719-llvm-d14fd43f4b9d99dc33f89ac65f46425fbd81243f.tar.gz
bcm5719-llvm-d14fd43f4b9d99dc33f89ac65f46425fbd81243f.zip
Fix typo.
llvm-svn: 29107
Diffstat (limited to 'llvm/docs/MakefileGuide.html')
-rw-r--r--llvm/docs/MakefileGuide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html
index cbbf3b1eb0d..ca19f5f23d3 100644
--- a/llvm/docs/MakefileGuide.html
+++ b/llvm/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
OpenPOWER on IntegriCloud