aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CFEBuildInstrs.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 658330a86f..d03759da80 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -213,7 +213,6 @@ variable.</p>
<ul>
<li>sh: <tt>export PATH=$CFEINSTALL/bin:$PATH</tt></li>
<li>csh: <tt>setenv PATH $CFEINSTALL/bin:$PATH</tt></li>
- <li>win: <tt>set PATH=$CFEINSTALL/bin;$PATH</tt></li>
</ul>
</li>
@@ -235,7 +234,6 @@ libgcc.a library, which you can find by running
These are the commands you need.</p>
<pre>
% gmake
- % mkdir $CFEINSTALL/lib
% gmake -C runtime install-bytecode
</pre></li>