Fix typo.

llvm-svn: 29107
This commit is contained in:
Devang Patel 2006-07-11 18:25:57 +00:00
parent f7300b2706
commit d14fd43f4b
1 changed files with 1 additions and 1 deletions

View File

@ -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