diff options
-rw-r--r-- | docs/MakefileGuide.html | 2 |
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 |