aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-11 07:30:27 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-11 07:30:27 +0000
commit7863c404ee1316a9b0f314b07196ada524efa709 (patch)
treef0074f25d0b72caee2761a5813750c2996582e98 /docs/CFEBuildInstrs.html
parentff1529b6cf3b4babad13a39587a20f41b4b46577 (diff)
downloadexternal_llvm-7863c404ee1316a9b0f314b07196ada524efa709.zip
external_llvm-7863c404ee1316a9b0f314b07196ada524efa709.tar.gz
external_llvm-7863c404ee1316a9b0f314b07196ada524efa709.tar.bz2
Fix documentation for Makefile target name change. install-bytecode is now
just "install" in the runtime directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r--docs/CFEBuildInstrs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index dff9eb2..456473f 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -228,7 +228,7 @@ libgcc.a library, which you can find by running
<pre>
% gmake
% mkdir $CFEINSTALL/bytecode-libs
- % gmake -C runtime install-bytecode
+ % gmake -C runtime install
% setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libs
</pre></li>