diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-17 08:04:25 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-17 08:04:25 +0000 |
commit | 64f9930ea4cc0a338063e461dfd9305b8ca1105c (patch) | |
tree | f217d4cd9cb4777b49ab4260da16518c1cf021ec | |
parent | 063ac7858fccb141c29447abb2a61fbf88a2675d (diff) |
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26823 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/Projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Projects.html b/docs/Projects.html index afa33eee56..ed13b4c83c 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -105,7 +105,7 @@ then you need to edit <tt>autoconf/configure.ac</tt> as follows: 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 |