From 9cb0f7097c4c57e38c7c685460a4eea97fa789ed Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 4 Dec 2004 08:13:20 +0000 Subject: [PATCH] Use the install-bytecode target to install just the bytecode libs into the CFE's install/bytecode-libs directory. llvm-svn: 18493 --- llvm/docs/CFEBuildInstrs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index 393beaf0dfd8..717e68aa22ab 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -233,7 +233,7 @@ libgcc.a library, which you can find by running
  % gmake
  % mkdir $CFEINSTALL/bytecode-libs
- % gmake -C runtime install
+ % gmake -C runtime install-bytecode
  % setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libs