diff options
| author | Dan Gohman <gohman@apple.com> | 2009-01-12 21:29:24 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-01-12 21:29:24 +0000 |
| commit | 87bc8003848be9ea201a9969b7ccfd00d6a1c002 (patch) | |
| tree | 4fd10b9af1f616e5e398a84e644d1396573efba8 /llvm/docs/Projects.html | |
| parent | 62db95e891ef5d6fc178b5dd03839905d0cf36a5 (diff) | |
| download | bcm5719-llvm-87bc8003848be9ea201a9969b7ccfd00d6a1c002.tar.gz bcm5719-llvm-87bc8003848be9ea201a9969b7ccfd00d6a1c002.zip | |
Fix the instructions to work even when PATH does not contain ".".
Thanks to Martin Geisse for pointing this out!
llvm-svn: 62102
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 a2223044a4e..3d83b3cd82c 100644 --- a/llvm/docs/Projects.html +++ b/llvm/docs/Projects.html @@ -118,7 +118,7 @@ configure script with these commands: <div class="doc_code"> <p><tt>% cd autoconf<br> - % AutoRegen.sh</tt></p> + % ./AutoRegen.sh</tt></p> </div> <p>You must be using Autoconf version 2.59 or later and your aclocal version |

