diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index dff9eb2d15b..456473f9e55 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -228,7 +228,7 @@ libgcc.a library, which you can find by running
% gmake % mkdir $CFEINSTALL/bytecode-libs - % gmake -C runtime install-bytecode + % gmake -C runtime install % setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libsdiff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 0a05f0c5c5d..69bfcb91d69 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -748,11 +748,11 @@ source code: ./configure --prefix=[dir], defaults to /usr/local.
-