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 | dca24a1f029951c0d4b9bd57b611573d34a4fcc2 (patch) | |
| tree | d86d6a14f9a9c135518cd1201fc965f482c85cce /llvm/docs/Projects.html | |
| parent | 779c10818cc3810f35d1d14c54cfecb015634086 (diff) | |
| download | bcm5719-llvm-dca24a1f029951c0d4b9bd57b611573d34a4fcc2.tar.gz bcm5719-llvm-dca24a1f029951c0d4b9bd57b611573d34a4fcc2.zip | |
Fix a typo.
llvm-svn: 26823
Diffstat (limited to 'llvm/docs/Projects.html')
| -rw-r--r-- | llvm/docs/Projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html index afa33eee56a..ed13b4c83c5 100644 --- a/llvm/docs/Projects.html +++ b/llvm/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 |

