summaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-08 15:33:25 +0000
committerChris Lattner <sabre@nondot.org>2003-06-08 15:33:25 +0000
commit74e91b247484c7b8ee0f67391e302f6bd56d996f (patch)
tree112ba6e97fe19b0f67d2795a191f0604a9af8143 /docs/GettingStarted.html
parent08d5e1f7182bb53f79bbea7fcc9ed983f47990fd (diff)
downloadexternal_llvm-74e91b247484c7b8ee0f67391e302f6bd56d996f.zip
external_llvm-74e91b247484c7b8ee0f67391e302f6bd56d996f.tar.gz
external_llvm-74e91b247484c7b8ee0f67391e302f6bd56d996f.tar.bz2
Fix bug in environment setting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6671 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html4
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>