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
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 @@
<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>