[llvm-commits] CVS: llvm/docs/MakefileGuide.html
Devang Patel
dpatel at apple.com
Tue Jul 11 11:26:09 PDT 2006
Changes in directory llvm/docs:
MakefileGuide.html updated: 1.34 -> 1.35
---
Log message:
Fix typo.
---
Diffs of the changes: (+2 -2)
MakefileGuide.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/MakefileGuide.html
diff -u llvm/docs/MakefileGuide.html:1.34 llvm/docs/MakefileGuide.html:1.35
--- llvm/docs/MakefileGuide.html:1.34 Sat Jun 3 13:55:33 2006
+++ llvm/docs/MakefileGuide.html Tue Jul 11 13:25:57 2006
@@ -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
@@ -1004,7 +1004,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/06/03 18:55:33 $
+ Last modified: $Date: 2006/07/11 18:25:57 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list