From: Chris Lattner Date: Sun, 8 Jun 2003 15:33:25 +0000 (+0000) Subject: Fix bug in environment setting X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=74e91b247484c7b8ee0f67391e302f6bd56d996f;ds=sidebyside Fix bug in environment setting git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6671 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ae3c8437021..8dadc17f209 100644 --- a/docs/GettingStarted.html +++ b/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