Skip to content

Commit

Permalink
More URL cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
drh committed Dec 27, 2010
1 parent b6f8d5c commit e4a4990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install.html
Expand Up @@ -29,7 +29,7 @@ <h2>Contents</h2>

<h2><a NAME="intro">Introduction</a></h2>

<p><a HREF="http://www.cs.princeton.edu/software/lcc/">lcc</a> is the ANSI C compiler
<p><a HREF="http://sites.google.com/site/lccretargetablecompiler/">lcc</a> is the ANSI C compiler
described in our book <cite>A Retargetable C Compiler: Design and Implementation</cite>
(Addison-Wesley, 1995, ISBN 0-8053-1670-1).</p>

Expand Down Expand Up @@ -188,7 +188,7 @@ <h2><a NAME="unix">Installation on UNIX</a></h2>
included in the distribution. If desired, prepare a site-specification customization file
and define <code>CUSTOM</code> to the path of that file when invoking make in steps 5 and
6, e.g.,<blockquote>
<pre>make CUSTOM=<a href="http://www.cs.princeton.edu/software/lcc/pkg/solaris.mk">solaris.mk</a></pre>
<pre>make CUSTOM=<a href="http://drh.github.com/lcc/4.2/solaris.mk">solaris.mk</a></pre>
</blockquote>
<p>You can, for example, use customization files to record site-specific values for macros
instead of using environment variables, and to record targets for the steps in this list.</p>
Expand Down

0 comments on commit e4a4990

Please sign in to comment.