[llvm-commits] CVS: llvm/docs/Projects.html

Reid Spencer reid at x10sys.com
Fri Mar 17 00:04:56 PST 2006



Changes in directory llvm/docs:

Projects.html updated: 1.21 -> 1.22
---
Log message:

Fix a typo.


---
Diffs of the changes:  (+2 -2)

 Projects.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/Projects.html
diff -u llvm/docs/Projects.html:1.21 llvm/docs/Projects.html:1.22
--- llvm/docs/Projects.html:1.21	Thu Mar 16 10:14:59 2006
+++ llvm/docs/Projects.html	Fri Mar 17 02:04:25 2006
@@ -105,7 +105,7 @@
     it specifies a relative path to the <tt>llvm/autoconf</tt> directory.</li>
     <li><b>LLVM_CONFIG_PROJECT</b>. Just leave this alone.</li>
     <li><b>AC_CONFIG_SRCDIR</b>. Specify a path to a file name that identifies
-    your project; or just leave it at <tt>Makefile.config.in</tt></li>
+    your project; or just leave it at <tt>Makefile.common.in</tt></li>
     <li><b>AC_CONFIG_FILES</b>. Do not change.</li>
     <li><b>AC_CONFIG_MAKEFILE</b>. Use one of these macros for each Makefile
     that your project uses. This macro arranges for your makefiles to be copied
@@ -453,7 +453,7 @@
   <a href="mailto:criswell at uiuc.edu">John Criswell</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2006/03/16 16:14:59 $
+  Last modified: $Date: 2006/03/17 08:04:25 $
 </address>
 
 </body>






More information about the llvm-commits mailing list