Fix typo.
authorDevang Patel <dpatel@apple.com>
Tue, 11 Jul 2006 18:25:57 +0000 (18:25 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 11 Jul 2006 18:25:57 +0000 (18:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29107 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MakefileGuide.html

index cbbf3b1eb0dbb7255745e2c38be4a053af7a9967..ca19f5f23d3f1c256d94f9589ab0e85f77e51a67 100644 (file)
       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