diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-11 07:30:27 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-11 07:30:27 +0000 |
commit | 45dc1394cd1e624a26c5d32bc07518948e165d45 (patch) | |
tree | 14e082bccdb55e81f3607406d82e4c2f054c2f4c /llvm/docs/CFEBuildInstrs.html | |
parent | c1d24cd85906ee8d747027c904314e5a961b48ca (diff) | |
download | bcm5719-llvm-45dc1394cd1e624a26c5d32bc07518948e165d45.tar.gz bcm5719-llvm-45dc1394cd1e624a26c5d32bc07518948e165d45.zip |
Fix documentation for Makefile target name change. install-bytecode is now
just "install" in the runtime directory.
llvm-svn: 17677
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index dff9eb2d15b..456473f9e55 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/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> |