diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index ae3c84370219..8dadc17f2097 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -185,7 +185,7 @@ alias llvmgcc LLVMGCCDIR/bin/llvm-gcc # Make the LLVM tools easy to use... - setenv PATH LLVM_OBJ_DIR/tools/Debug:${PATH} + setenv PATH LLVM_OBJ_DIR/llvm/tools/Debug:${PATH} The llvmgcc alias is useful because the C compiler is not included in the CVS tree you just checked out. @@ -471,7 +471,7 @@ -Last modified: Sun May 11 16:49:46 CDT 2003 +Last modified: Tue Jun 3 22:06:43 CDT 2003