From 714caf24bce322b08bed50f080d633949dc0bfff Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 10 Mar 2004 19:08:52 +0000 Subject: [PATCH] Recommend using install-bytecode target git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12270 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CFEBuildInstrs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 35530a24ebd..24ea162fa61 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -185,7 +185,7 @@ libgcc.a library, which you can find by running
  % gmake -C runtime
  % mkdir $CFEINSTALL/bytecode-libs
- % gmake -C runtime install
+ % gmake -C runtime install-bytecode
  % setenv LLVM_LIB_SEARCH_PATH $CFEINSTALL/bytecode-libs
 
-- 2.34.1