diff options
-rw-r--r-- | docs/GettingStarted.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ae3c843..8dadc17 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -185,7 +185,7 @@ alias llvmgcc <i>LLVMGCCDIR</i><tt>/bin/llvm-gcc</tt> # Make the LLVM tools easy to use... - setenv PATH <i>LLVM_OBJ_DIR</i>/tools/Debug:${PATH} + setenv PATH <i>LLVM_OBJ_DIR</i>/llvm/tools/Debug:${PATH} </pre> The <tt>llvmgcc</tt> alias is useful because the C compiler is not included in the CVS tree you just checked out. @@ -471,7 +471,7 @@ <!-- Created: Mon Jul 1 02:29:02 CDT 2002 --> <!-- hhmts start --> -Last modified: Sun May 11 16:49:46 CDT 2003 +Last modified: Tue Jun 3 22:06:43 CDT 2003 <!-- hhmts end --> </body> </html> |